Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 466 Bytes

AnalyticsApp

This project is built with ASP.NET core and Entity Framework.

Development Server

Run the development server through Visual Studio.

Run update-database in Package Manager Console for Migrations

Getting Started

Make a post request to /api/auth/register to create demo user with credentials

Username: demo Password: demo12345

Client Side

Run the following Angular App and change API URL to match the URL of the Development Server.