Skip to content

ericbwebdev86/ericmart-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ericmart-backend Github license

Table of Contents

  1. Description
  2. Installation
  3. Usage
  4. Credits
  5. Test
  6. Contact
  7. License

Description

This is a backend for an e-commerce site built with Node, express, and sequelize.

Installation

Run "npm i" then modify the .env.example file to be .env and enter your info. then log into your mysql CLI in the folder path and run "source db/schema.sql;" quit out of that and run "npm run seed" then run "npx nodemon server"

Usage

Since this does not have a front end you will have to use an api route testing app such as Insomnia, the routes should be something like "http://localhost:3001/api/products"

Link to the demo video

Credits

My TA!

Test

N/A

Contact

Email: ericbwebdev86@gmail.com
Github: https://github.com/ericbwebdev86

License

MIT license is a short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

Releases

No releases published

Packages

No packages published