PRODUCT MANAGEMENT
Description
- This is a sample project for CRUD product and category.
- Main features:
- Sign in, sign up
- CRUD Product, category
- Change password
- Technologies: NestJS, GrapQL, TypeORM, MySQL
EER Diagram
Screenshot
1. Sign in
2. Sign up
3. Change password
4. Get product pagination
5. Get product by id
6. Create product
8. Update product
9. Delete product
10. Get category by Id
11. Get all categories
12. Get categories pagination
13. Update category
14. Detele category
Installation
$ yarn install
Running the app
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
License
Nest is MIT licensed.