Juliusm9791 / E-Commerce

Back end e-commerce site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Commerce

License: MIT

Table of contents

Description

Back end e-commerce site. Because this application is not deployed, you need to use 'Insomnia' to see functionality.

E-Commerce

Demo video

E-Commerce video demonstration

For this project the following technologies were used:

  • Nodejs
  • npm dotenv
  • npm express
  • npm mysql2
  • npm sequelize
  • Insomnia

Installation instructions

For dependancies run following comand:

npm i

Usage information

To load the database use the following commands:

mysql -u root -p

source db/schema.sql

To use this app - run the following commands:

npm run seed

npm start

License

License: MIT

Usage is provided under The MIT License. See LICENSE for the full details.

Questions

To reach me with additional questions

GitHub: Juliusm9791

Email: juliusm9791@gmail.com

About

Back end e-commerce site.


Languages

Language:JavaScript 100.0%