All Projects → didinj → Node Express Postgresql Sequelize

didinj / Node Express Postgresql Sequelize

Licence: mit
Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Express Postgresql Sequelize

Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-1.35%)
Mutual labels:  api, rest, restful-api, restful, express, expressjs
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+354.05%)
Mutual labels:  api, rest, express, expressjs
Typescript Rest
This is a lightweight annotation-based expressjs extension for typescript.
Stars: ✭ 458 (+209.46%)
Mutual labels:  api, rest, restful, expressjs
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+1102.7%)
Mutual labels:  api, rest, restful, example
Koa2 Api Scaffold
一个基于Koa2的轻量级RESTful API Server脚手架。
Stars: ✭ 694 (+368.92%)
Mutual labels:  api, restful-api, restful, express
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+70.95%)
Mutual labels:  api, rest, restful-api, restful
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+430.41%)
Mutual labels:  api, rest, restful-api, restful
Api Strategy
Equinor API Strategy
Stars: ✭ 56 (-62.16%)
Mutual labels:  api, rest, restful-api, restful
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (-66.89%)
Mutual labels:  api, sequelize, postgresql, express
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-66.89%)
Mutual labels:  api, rest, restful-api, restful
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+22.3%)
Mutual labels:  api, rest, restful-api, restful
Open Rest
Standard rest server, Base on restify and sequelize
Stars: ✭ 136 (-8.11%)
Mutual labels:  api, rest, restful-api, sequelize
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+431.76%)
Mutual labels:  api, rest, restful-api, restful
Flowa
🔥Service level control flow for Node.js
Stars: ✭ 66 (-55.41%)
Mutual labels:  api, restful, express, expressjs
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+7310.14%)
Mutual labels:  api, postgresql, postgres, express
Restfm
RESTful web services for FileMaker server.
Stars: ✭ 76 (-48.65%)
Mutual labels:  rest, restful-api, restful
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-43.24%)
Mutual labels:  rest, restful-api, postgres
Api Restful Con Laravel Guia Definitiva
Repositorio para el código base del curso "API RESTful con Laravel - Guía Definitiva"
Stars: ✭ 95 (-35.81%)
Mutual labels:  api, restful-api, restful
Spring Boot Api Project Seed
🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~
Stars: ✭ 8,979 (+5966.89%)
Mutual labels:  api, rest, restful
Http restful api
整理HTTP后台端的RESTful API方面的知识
Stars: ✭ 94 (-36.49%)
Mutual labels:  api, rest, restful

Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API

This source code is part of Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API tutorial.

To run locally:

  • Make sure you have install and run PostgreSQL server
  • Create database with the name same as in config file
  • Run npm install or yarn install
  • Run sequelize db:migrate
  • Run nodemon or npm start
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].