AS A manager at an internet retail company I WANT a back end for my e-commerce website that uses the latest technologies SO THAT my company can compete with other e-commerce companies
The application provides back end code for an E-commerce website. We have used an existing API and configured it to use with Sequelize to interact with the SQL database. We have Categories which include product(s) and product(s) includes tag(s).
Following is the link to the Walkthrough video : https://drive.google.com/file/d/1vYR0qkTsN5-fAu4waSw2V4Cz4bsQW9Mf/view
The user can do CRUD operations for Products, Categories and Tags.
- Javascript
- Node.js
- Express.js
- Sequelize