-
Unit Test with Jest;
-
API Documentation with Swagger
-
CRUD User
-
Soft Delete
-
Authentication with Json Web Token (JWT)
-
Data Validation with Yup
-
Encrypt password with BcryptJS
-
Next steps:
- Authorization
- npm install (to install node modules)
- npm run dev (to start the server)
- npm run test (to execute the tests)
- npm run build (to execute the build)