- Node.js + Express
- Sequelize ORM
- PostgreSQL
- Install
npm install- Create the database
psql -U postgres -f db/schema.sqlor use PgAdmin4 to create the db
- Seed (drops & recreates tables)
npm run seed- Start the server
npm startYou should see:
🌐 Server listening on http://localhost:3001
- Sections:
/api/sections - Items:
/api/items - Tags:
/api/tags