Skip to content

rwieruch/node-express-postgresql-server

Repository files navigation

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
  • docker-compose up
  • 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

About

Basic Node with Express + PostgreSQL Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •