Skip to content

faintpixel/skdRefSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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