/gpa-backend

gpa elevator backend

Primary LanguageJavaScript

GPA_ELEVATOR backend API

This is a nodejs expreess backend api for gpa elevator

to run the api clone the repo and run npm install in the project root directory

set the environment variables of JWT_EXPIRES_IN and JWT_EXPIRES_IN_HOURS=2 where they are both expiration times for the JWT

set the DB environment variable which is a url the mongo database the api should connect to

after run npm run star-dev to start the api in dev mode