- UI: Angular 6
- Backend: C# .net core
- Database: MongoDB
- Get your angular development environment up and running.
- in UI\skd-ref-site run this:
npm install
ng serve --open
note: by default it'll try to connect to the backend on your local computer. You can modify the environment.ts file base url if you'd like.
- Install VisualStudio, open API/SkdRefSiteAPI.sln and run it