- username : livinus
- password : 12345
To get the node server running locally:
- Clone this repo
npm install
to install all required dependenciesnpm run dev
to start the local server
- expressjs - the node web framework for handling and routing HTTP requests
- passport-jwt -middleware for validating JWT for authentication
- jsonwebtoken -for generating JWT used for authentication
- passport - for handling user authentication
- sequelize - ORM for interacting with SQL databases