An open API service indexing awesome lists of open source software.

https://github.com/serhii-kostiv/sk-dev-backend

API for blog
https://github.com/serhii-kostiv/sk-dev-backend

bcryptjs docker jwt nestjs posgresql prisma-orm slugify typescript

Last synced: 7 months ago
JSON representation

API for blog

Awesome Lists containing this project

README

          

##AniViks - backend

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod
```

## ENV Variables

POSTGRES_USER
POSTGRES_PASSWORD
POSTGRES_DB
DATABASE_URL
DATABASE_DIRECT_URL=DATABASE_DIRECT_URL || "${DATABASE_URL}"
JWT_SECRET

## Stay in touch

- Author - [Serhii Kostiv](https://kraiviks.github.io)

## License

Nest is [MIT licensed](LICENSE).