https://github.com/raoofjm/nestjs-blog-postgres
This repository is a feature-rich and scalable open-source blogging platform built on top of the NestJS framework.
https://github.com/raoofjm/nestjs-blog-postgres
docker javascript jwt nestjs nodejs postgres prisma redis typescript
Last synced: 3 months ago
JSON representation
This repository is a feature-rich and scalable open-source blogging platform built on top of the NestJS framework.
- Host: GitHub
- URL: https://github.com/raoofjm/nestjs-blog-postgres
- Owner: RaoofJM
- Created: 2023-08-01T12:44:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T15:33:00.000Z (almost 3 years ago)
- Last Synced: 2026-01-03T16:23:04.689Z (6 months ago)
- Topics: docker, javascript, jwt, nestjs, nodejs, postgres, prisma, redis, typescript
- Language: TypeScript
- Homepage:
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
Simple Example of a NestJS Blog Using Postgres and Prisma
## Description
The NestJS Blog Repository is a comprehensive, open-source blogging platform designed for developers and bloggers who seek a simple and scalable solution. Leveraging the power of NestJS, Postgres, Prisma, Docker, Redis, and Node.js, this repository offers a blogging web service experience, providing a solid foundation for building and managing modern, feature-rich blogs.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
```
## Running the app in Docker
```bash
$ docker-compose up --build
```
## Stay in touch
- Author - [Raoof JalaliMehr](https://kamilmysliwiec.com)
- Linkedin - [RaoofJM](https://www.linkedin.com/in/raoofjm/)
- Instagram - [@Raoof.J.M](https://www.instagram.com/raoof.j.m/)
## License
This project is licensed under the [MIT License](LICENSE).