danielbrazrocha / gopedal

gopedal is a e-commerce using MVC pattern to sell bike accessories and equipments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopedal.com

GitHub language count GitHub top language Repository size GitHub last commit License

Node.js Express MySQL

Imagens

About

Project developed for the final project at Fluminense Federal University

Deploy

Documentation, diagrams and project scope

Final Project PDF

Technologies

This project was developed with the following technologies:

Node.js | Express.js | Sequelize ORM Native | MySQL

Description

gopedal is a e-commerce using MVC pattern to sell bike accessories and equipments.

How to Run

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/

How to contribute

  • git checkout -b my-feature;
  • git commit -m 'feat: my new feature';
  • git push origin my-feature.

License

This project is under MIT license LICENSE to know more.

About

gopedal is a e-commerce using MVC pattern to sell bike accessories and equipments


Languages

Language:JavaScript 65.7%Language:EJS 28.7%Language:CSS 5.6%Language:Shell 0.1%