All Projects → rwieruch → Node Express Postgresql Server

rwieruch / Node Express Postgresql Server

Basic Node with Express + PostgreSQL Server

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+5663.51%)
Mutual labels:  express, expressjs, express-js, node-js
Node Production
Take Your Node.js Project to The Production Environment (VPS/Dedicated Server).
Stars: ✭ 35 (-52.7%)
Mutual labels:  express, expressjs, express-js, node-js
Practicalnode
Practical Node.js, 1st and 2nd Editions [Apress] 📓
Stars: ✭ 3,694 (+4891.89%)
Mutual labels:  express, expressjs, express-js, node-js
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (-31.08%)
Mutual labels:  expressjs, node-js, express-js
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+12.16%)
Mutual labels:  expressjs, node-js, express-js
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (+64.86%)
Mutual labels:  expressjs, node-js, express-js
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+98189.19%)
Mutual labels:  express, expressjs, node-js
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+1333.78%)
Mutual labels:  express, node-js, boilerplate
roboserver
Control OpenComputers robots without writing any code!
Stars: ✭ 52 (-29.73%)
Mutual labels:  expressjs, node-js, express-js
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+391.89%)
Mutual labels:  express, node-js, boilerplate
Generator Express No Stress
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Stars: ✭ 534 (+621.62%)
Mutual labels:  express, expressjs, express-js
Express Sequelize Crud
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 65 (-12.16%)
Mutual labels:  express, expressjs, express-js
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (-40.54%)
Mutual labels:  express, expressjs, node-js
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (-60.81%)
Mutual labels:  expressjs, node-js, express-js
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (-37.84%)
Mutual labels:  expressjs, node-js, express-js
express-file-upload
Node.js Express Upload/Download File Rest APIs example with Multer
Stars: ✭ 64 (-13.51%)
Mutual labels:  expressjs, node-js, express-js
Express Status Monitor
🚀 Realtime Monitoring solution for Node.js/Express.js apps, inspired by status.github.com, sponsored by https://dynobase.dev
Stars: ✭ 3,302 (+4362.16%)
Mutual labels:  express, node-js, expressjs
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (+136.49%)
Mutual labels:  express, expressjs, boilerplate
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (+140.54%)
Mutual labels:  express, expressjs, boilerplate
Express Babel
Express starter kit with ES2017+ support, testing, linting, and code coverage
Stars: ✭ 621 (+739.19%)
Mutual labels:  express, expressjs, boilerplate

Simple Node with Express + PostgreSQL Server

Build Status Slack Greenkeeper badge

An easy way to get started with a Express server with PostgreSQL with Node.js. Read more about it.

Features

  • Express
  • REST API
  • PostgreSQL

Requirements

Installation

  • git clone [email protected]:rwieruch/node-express-postgresql-server.git
  • cd node-express-postgresql-server
  • npm install
  • start PostgreSQL
  • npm start
  • optional: include .env in your .gitignore

GET Routes

Beyond GET Routes

CURL

  • Create a message with:
    • curl -X POST -H "Content-Type:application/json" http://localhost:3000/messages -d '{"text":"Hi again, World"}'
  • Delete a message with:
    • curl -X DELETE -H "Content-Type:application/json" http://localhost:3000/messages/1

Postman

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].