Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Menu API (Starter files)

Tech

  • Node.js + Express
  • Sequelize ORM
  • PostgreSQL

Quick Start

  1. Install
npm install
  1. Create the database
psql -U postgres -f db/schema.sql

or use PgAdmin4 to create the db

  1. Seed (drops & recreates tables)
npm run seed
  1. Start the server
npm start

You should see:

🌐 Server listening on http://localhost:3001

Routes

  • Sections: /api/sections
  • Items: /api/items
  • Tags: /api/tags

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages