Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onwuvic/nest-blog-api

Blog Web API with NestJs, Postgres, and Sequelize ORM
https://github.com/onwuvic/nest-blog-api

api blogpost nestjs node nodejs postgres sequelize sequelize-orm

Last synced: 2 months ago
JSON representation

Blog Web API with NestJs, Postgres, and Sequelize ORM

Awesome Lists containing this project

README

        

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

## Description
A Simple CRUD Web API with NestJs, Postgres, Sequelize ORM.

## Installation

```bash
$ git clone https://github.com/onwuvic/nest-blog-api.git
```

## Running the app

- cd into `nest-blog-api`
- run `npm install`
- set up your postgres database
- rename `.env.sample` to `.env` and populate the required parameters
- run `npm run start:dev`

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

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

## Stay in touch

- Author - Victor Onwuzor
- Twitter - [@victoronwuzor](https://twitter.com/victoronwuzor)

## License
[MIT licensed](LICENSE).