tednaaa / boiler-store-api

๐Ÿ–๏ธ Boiler store API built with NestJS + PostgreSQL (Sequelize)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend repo

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)

License:MIT License


Languages

Language:TypeScript 89.9%Language:JavaScript 10.1%