You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set your required environment variables as you see fit in a .env file following the sample .env.example structure provided.
Default PORT is 3002 (see config folder).
There are 3 node environments: production, development and test.
You can run in production with npm start, development with npm run dev and tests with npm test (not tests yet)
Optionals
Requests folder inside tests folder is there to share .rest files which can be used as altarnative to postman and can be run in VSCode for testing purposes.