Skip to content

Projekt-Reddo/draplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draplus project

React TS & ASP.NET Core API + SignalR tech stack project.

1. Installation

1.1 Client

Run the following commands:

Start from your root folder

cd draplus
npm install

1.2 API Server

Follow step by step:

Start from your root folder

dotnet restore
cd DraplusApi
dotnet user-secrets set "UserId" "[Ask leader to get this]"
dotnet user-secrets set "Password" "[Ask leader to get this]"

2. Notes

  • DON'T RE-MIGRATION or RE-UPDATE DATABASE
  • Do not change code in function that you are not working with
  • Any issues or changes need to make immediately contact team leader or project manager