78b1659df8 | ||
---|---|---|
Bookstore.API | ||
Bookstore.SPA | ||
.gitignore | ||
Bookstore.API.sln | ||
LICENSE.md | ||
NOTICE.txt | ||
README.md | ||
run.cmd |
README.md
bookstore-sample-app
This is a very simple demo application meant to be used as an application-under-test for trying out sample UI/API tests.
To run the application locally on Windows, you can:
- Clone this repository locally (requires git installed) or just click "Clone or download" > "Download ZIP" do download a copy of it
- Install .Net Core SDK (version 2.1 or greater) from here
- Install Node.js (version 8.11.3 or greater) from here
- Execute the run.cmd file in the root of this repository (you may need to wait a while until all dependencies get installed and the application is running)
- You can open the SPA application in the browser on
http://localhost:4200
- You can access the API on
http://localhost:5000/api