npm install
For development :
npm run dev
For production :
npm start
- POST - Login /auth/login
- POST - Create /users
- GET - Read /users
- PUT - Update /users/:id
- DELETE - Delete /users/:id
- SECRET_KEY
- PORT
- MONGO_URL
I HAVEN'T DEPLOY THE APPLICATION INTO A VPS. BUT I DEPLOYED IT TO HEROKU. HERE IS THE URL https://pure-waters-58454.herokuapp.com/
- Username: superadmin
- Password: 123456