Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onwuvic/nest-blog-api
- Owner: onwuvic
- Created: 2020-03-10T20:54:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:35:59.000Z (about 2 years ago)
- Last Synced: 2024-08-08T21:19:59.723Z (6 months ago)
- Topics: api, blogpost, nestjs, node, nodejs, postgres, sequelize, sequelize-orm
- Language: TypeScript
- Homepage:
- Size: 1.91 MB
- Stars: 138
- Watchers: 6
- Forks: 39
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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).