Link : https://challenger-capstone.netlify.app/app
API
- cd backend
- npm install
- create .env file inside backend folder PORT = port e.g 8080 DB_HOST = database host DB_NAME = database name DB_USER = database user DB_PASSWORD = database password SECRET_KEY = JWT secret key for hashing
- then run "npm run migrate"
- if there is no error, then you can start your server with < node --watch server.js />
- now you're go to go :
- run "your_base_url"/check in browser or postman to ensure the server is run, you should get ""App is running well!!""
Link to postman collection : https://documenter.getpostman.com/view/587887/2sA3BkdteM