This eCommerceApp will be built as the part of first app building excercise in module 1 of the Relevel backend and fullstack course
- Create the REST APIs for categories
- Create the REST APIs for Products
- Adding the search capabilities on products
- Using middleware for validation
- Creating authenticated Order APIs
- Unit Testing the eCommerce Applications
Separate branch for separare class. For example, code to be taugh in the session1 planned for eCommerce app is available in the branch name session1
- Node.js
- Express.js
- Sequelize ( ORM )
- MySQL
- JWT
- Jest
this app requires Node.js v14+ to run.
Install the dependencies and devDependencies and start the server.
cd eCommerce
npm install
node server.js
Want to improve? Great! Make the changes and raise a PR. Reach out to me over kankvish@gmail.com