Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 352 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 352 Bytes

Backend

$ cd Backend
$ dotnet restore

Frontend

$ cd Frontend
$ npm i react-scripts

Run

$ cd Backend
$ dotnet run

new terminal window

$ cd Frontend
$ npm install
$ npm start

react server at localhost:3000

backend apis are at localhost:8000/api

swagger api docs at localhost:8000/swagger