Simple Express Rest API featuring some of basic routes, middleware, and JWT with some testing using Jest
npm install
# or
yarn install
npm dev
# or
yarn dev
- Expressjs: As a Backend "Framework"
- bcrypt: just to encrypt and decrypt password
- zod: As a schema declaration and validation library
- winston and morgan: To handle better logging.
- passport-jwt: To handle JWT session.
- mongoose: ORM for MongoDB