Skip to content

geoescobar/E-Commerce-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Back End

configure a working Express.js API to use Sequelize to interact with a MySQL database.


License

License: MIT


Table of Contents:

  • License

  • Description

  • Links

  • Installation

  • Questions


    Description

    Languages Used

    • Node.js
    • Sequalize
    • mySql

    Why did you build this project?

    • Be able to provide e-commerce sites with a functioning back-end to manage their stores.

    What challenges did you face?

    • One of the challenges I faced was creating routes. This is a challenge I have faced in the past and as I feel more comfortable now it is still something I struggle with.

    What did you learn?

    • I learned how ORM's work and how to use Sequalize.

    Links

    Img

    Gif


    Installation

    1. Download NPM packages npm install
    2. Run mySQL database in db folder
    mysql -u root -p
    source schema.sql
    
    1. Seed the database npm run seed

    2. Run application npm start || node server.js


    Questions

    If you have questions regarding this repository? Below is my contact info:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published