This is the API servies for NordRedo.
RESTful API that tracks events and lets users signup and signout that there will.
Setup postgresSQL server on your device
These need to be in the .env file
HOST=X(the host address)PORT=X(Port of open host)DATABASE_URL= postgres://(database):(password)@(username)/(schema)JWT_SECRET=(The secret)FRONTEND_URL=(frontend-url)
npm install
npm run setup
npm run start
Everything should be setup for the backend application to run