A web system for an e-commerce.
- Browse products by category
- Browse products from specific categories
- Add products to cart
- User authentication and registration
- Browse user cart
- Staff area to register new products
The initial motivation for creating this system was for an university project, which the professor required to be a system linked to a database and its respective diagrams. We saw that as an oportunity to develop a personal project and learn more about some topics: web development, (REST) APIs, databases, routing, authentication...
- Front-end: JavaScript, HTML, CSS
- Back-end: Node.js
- Database: MySQL
To run this application, follow the steps:
TODO...