Imagens
Project developed for the final project at Fluminense Federal University
Final Project PDF
This project was developed with the following technologies:
Node.js | Express.js | Sequelize ORM Native | MySQL
gopedal is a e-commerce using MVC pattern to sell bike accessories and equipments.
Ensure then Docker-compose and Sequelize-cli was installed
Clone the repository
cd gopedal;npm install;docker-compose up -d;npx sequelize db:migrate;npx sequelize-cli db:seed:all;npm start;
Go to http://localhost:3000/
git checkout -b my-feature;git commit -m 'feat: my new feature';git push origin my-feature.
This project is under MIT license LICENSE to know more.