Skip to content

laude-noctis/pyramid-cave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyramid-cave

Description

This application is an inventory database manager. It manages data based on three topics: Categories, Products, and Tags. You can fetch all items or just one item from any of the three topics. It also allows you to PUT, UPDATE, and DELETE routes for any id/item from the three topics.

Usage

To begin the application, create the database by going into the mysql shell and running source db/schema.sql
Then return to the terminal
Run npm run seed to seed the database
Run npm run start to start the server
Open insomnia and enter the correct URL and begin routing

Features (NPMS)

mysql2
sequelize
dotenv
express

Tutorial Video

Link: tutorial video

About

module 13 assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published