This is a boilerplate project using InversifyExpressServer
to set up both API routes and database schema
yarn
to install dependencies- Create database with
createdb :DATABASE_NAME
- Create
.env.development
file from the.env.template
and update values - Run
yarn db:generate
to create migration files - Run
yarn db:migrate
to run migrations - Run
yarn dev
to start dev server