Skip to content

kh288/e-commerce-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Backend License: MIT

Description

This app is designed to show off the routes that goes into making a backend web app. Routes are just part of the many tech components that make this possible!

Table of Contents

Demo

https://watch.screencastify.com/v/1csGRtH56RcK0CUHtdxy

Demonstration inside of Insomnia

Demonstration inside of Insomnia

Installation

This project will require you to use npm, SQL, and insomnia.

  • Create a .env and put your SQL information to proceed
  • Run the schemea provided within /db/schema.sql in your SQL shell or workbench
  • Install the npm packages with: npm install
  • Seed the database with this command: npm run seed
  • Run the server with: npm start
  • Open Insomnia or your browser, and navigate to http://localhost:3001/ to see it running!

Technology

  • Javascript
  • Node
  • NPM
  • SQL
  • Insomnia
  • Express.js
  • Dotenv
  • Sequalize

Questions

For questions, reach me at my github: https://github.com/kh288

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors