Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
/ boiler-store-api Public archive

🏖️ Boiler store API built with NestJS + PostgreSQL (Sequelize)

License

Notifications You must be signed in to change notification settings

tednaaa/boiler-store-api

Repository files navigation

Init project

Check requirments in .tool-versions (asdf)

Create .env from example & install dependencies

cp .env.example .env
npm install

Run PostgreSQL before running API server

pg_ctl start

Running migrations & seeds

npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all

About

🏖️ Boiler store API built with NestJS + PostgreSQL (Sequelize)

Topics

Resources

License

Stars

Watchers

Forks