A very simple Bookstore sample application, built with .Net Core and Angular
Перейти к файлу
Oleg Georgiev 78b1659df8 Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
Bookstore.API Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
Bookstore.SPA Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
.gitignore Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
Bookstore.API.sln Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
LICENSE.md Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
NOTICE.txt Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
README.md Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00
run.cmd Add Bookstore API and SPA applications 2018-08-15 12:46:06 +03:00

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:

  1. Clone this repository locally (requires git installed) or just click "Clone or download" > "Download ZIP" do download a copy of it
  2. Install .Net Core SDK (version 2.1 or greater) from here
  3. Install Node.js (version 8.11.3 or greater) from here
  4. 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)
  5. You can open the SPA application in the browser on http://localhost:4200
  6. You can access the API on http://localhost:5000/api