This is a personal project for a fictional fast-food.
- User registration
- Password encryption
- Login and authentication with JWT
- Find items by category or id
The source code for the frontend of this project can be found in this repository. Feel free to check it out for more details.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov