Backend for blog based on simple and great technologies.
Tech stack:
- Nest.js;
- pnpm;
- Prisma ORM;
- PostgreSQL;
- Passport;
- bcrypt;
- Swagger.
Copy variables to .env and fill them with your own data
$ cp -v .env.example .env
Install dependencies
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod