All Projects → onwuvic → nest-blog-api

onwuvic / nest-blog-api

Licence: other
Blog Web API with NestJs, Postgres, and Sequelize ORM

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to nest-blog-api

seedpress-cms
A headless CMS built in Express for PostgresQL using Sequelize. Generally follows the Wordpress post and term schema.
Stars: ✭ 71 (+2.9%)
Mutual labels:  sequelize, sequelize-orm
Nodejs-Tutorials
Nodejs Tutorial
Stars: ✭ 38 (-44.93%)
Mutual labels:  sequelize, sequelize-orm
chanyeong
👨‍💻 chanyeong's portfolio and blog webpage
Stars: ✭ 39 (-43.48%)
Mutual labels:  sequelize, nestjs
Next Postgres Sequelize
React 16.8.4 + NextJS 8.0.3 + Emotion + Sequelize 5/Postgres + Passport Local Auth + Google App Engine or Heroku Deployment
Stars: ✭ 176 (+155.07%)
Mutual labels:  postgres, sequelize
nodejs-with-postgres-api-example
k8s course example - node.js app with Postgres, Hapi.js and Swagger
Stars: ✭ 59 (-14.49%)
Mutual labels:  postgres, sequelize
Stator
Stator, your go-to template for the perfect stack. 😍🙏
Stars: ✭ 217 (+214.49%)
Mutual labels:  postgres, nestjs
sequelize-connect
A simple connection wrapper for the sequelize ORM, making it easier to configure and build models & connections.
Stars: ✭ 37 (-46.38%)
Mutual labels:  sequelize, sequelize-orm
Sequelize
Sequelize module for Nest framework (node.js) 🍈
Stars: ✭ 88 (+27.54%)
Mutual labels:  sequelize, nestjs
connect4
Connect 4️⃣Game
Stars: ✭ 1 (-98.55%)
Mutual labels:  postgres, nestjs
clock-in-out
A clock-in/out system using nestJS, PostgreSQL, TypeORM, Angular, Arduino, RxJS
Stars: ✭ 61 (-11.59%)
Mutual labels:  postgres, nestjs
Node Express Postgresql Sequelize
Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API
Stars: ✭ 148 (+114.49%)
Mutual labels:  postgres, sequelize
teanjs
🔥 TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) 😺
Stars: ✭ 62 (-10.14%)
Mutual labels:  postgres, nestjs
Ngx Starter Kit
🅰️ Angular 🚀 NestJS 🐒 Starter Kit
Stars: ✭ 479 (+594.2%)
Mutual labels:  postgres, nestjs
nestjs-api-mongoose
Collection example apps with NestJS and Typeorm, Sequelize, Mongodb, PostgreSQL, MySQL, GraphQL, Mercurius, etc. for the NestJS community 😻
Stars: ✭ 153 (+121.74%)
Mutual labels:  sequelize, nestjs
nestjs-starter-kit
Nest.js+Postgres+Nginx+Docker starter kit
Stars: ✭ 41 (-40.58%)
Mutual labels:  postgres, nestjs
pg-search-sequelize
Postgres full-text search in Node.js and Sequelize.
Stars: ✭ 31 (-55.07%)
Mutual labels:  postgres, sequelize
Nestjs Query
Easy CRUD for GraphQL.
Stars: ✭ 325 (+371.01%)
Mutual labels:  sequelize, nestjs
sequelize-slugify
Sequelize Slugify is a plugin for the Sequelize ORM that automatically creates and updates unique, URL safe slugs for your database models.
Stars: ✭ 49 (-28.99%)
Mutual labels:  sequelize, sequelize-orm
postgres-nest-react-typescript-boilerplate
No description or website provided.
Stars: ✭ 93 (+34.78%)
Mutual labels:  postgres, nestjs
hapi-sequelizejs
A hapi.js plugin to connect with Sequelize ORM
Stars: ✭ 56 (-18.84%)
Mutual labels:  sequelize, sequelize-orm

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

$ 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
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Stay in touch

License

MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].