Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 574 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 574 Bytes

r/SketchDaily References

Visit the site

Overview

  • UI: Angular 6
  • Backend: C# .net core
  • Database: MongoDB

How to run

UI

  1. Get your angular development environment up and running.
  2. 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.

Backend

  1. Install VisualStudio, open API/SkdRefSiteAPI.sln and run it