- Database and ORM: Postgres + TypeORM
- Backend: nodejs + express + typescript
- frontend: react + typescript
- CRUD operations for Product and Category Resources
- JWT authentication with jsonwebtoken
- Upload Files with formidable
- Double Submit Cookie CSRF Protection
- Data Validation with AJV
- Clone The Repository
- Inside The api folder
1. > npm install 2. > npm run start
- Inside The fronted/app Folder
1. > npm install 2. > npm run start
http://localhost:3002/v1/product/partial?page=1
http://localhost:3002/v1/category?format=tree
http://localhost:3002/v1/product/UUkIk3AuFbsWlwL7RBr1b








