fbf7272526
Temporarily disabling GraphQL using Mercuris due to moving to Express (previously fastify) |
||
---|---|---|
prisma | ||
src | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
nest-cli.json | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json | ||
yarn.lock |
Project setup
$ yarn install
Compile and run the project
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod