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
- Host: GitHub
- URL: https://github.com/serhii-kostiv/sk-dev-backend
- Owner: serhii-kostiv
- License: mit
- Created: 2024-10-04T22:27:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T12:01:39.000Z (over 1 year ago)
- Last Synced: 2025-02-28T10:18:25.731Z (about 1 year ago)
- Topics: bcryptjs, docker, jwt, nestjs, posgresql, prisma-orm, slugify, typescript
- Language: TypeScript
- Homepage: https://sk-dev-backend.vercel.app
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).