This is a blog Post Website Application created with with NodeJS and React, also used some technologies along side with it, which are:
- Typescript: for type checking in javascript
- NestJS: a nodejs framework which was built on top express a nodejs light weight framework.
- PostgreSQL: the RDBMS that was used to store the blog post, comments and all in the database.
- TypeORM: the ORM which is used to connect the database.
- SwaggerJS: for the API documentation.
$ git clone https://github.com/dkrest1/My-Blog.git
$ cd server
$ cp .env.sample .env
$ npm install