Skip to content

IO-2/hacknu-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect app backend

Routes

alt-text

Add configuration file

Configuration file have to be as follows:

{
  "ConnectionStrings": {
    "Default": "Host={HOST_NAME};Database={DB_NAME};Username={DB_USERNAME};Password={DB_USERNAME_PASSWORD}"
  },
  "JwtOptions": {
    "Secret": "{JSON_SECRET}"
  }
}

It can be created as appSettings.json, or as project secret

About

HackNU hackathon backend project of Team IO

Resources

Stars

Watchers

Forks

Languages