Skip to content

hacathon-group/hackabyte-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup

setting up .env

  • add your mongo atlas server with the variable name MONGODB_URI
  • add any random pass phase for jwt with teh variale name JWT_SECRET (this cant be hardcoded as its not good practice and will lead to problems in the future)

building dependencies

  1. open powersheel or cmd and run the following commands to install dependencise
npm i -g pnpm
pnpm i

running the app

pnpm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors