luandaja / skdRefSite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Mozilla Public License 2.0


Languages

Language:C# 45.8%Language:TypeScript 32.7%Language:HTML 18.6%Language:CSS 1.9%Language:JavaScript 0.7%Language:Dockerfile 0.2%Language:Shell 0.1%