Skip to content

yev-ivanisenko/node-postgres-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Node Postgres Blog

A simple medium like app.

To run the app

  1. Clone the repo
  2. cd node-postgres-blog/db
  3. cat install.sql | psql

or if you are not logged into the postgres user account cat install.sql | psql -U postgres

  1. cd ../server
  2. npm install and npm start

install.sql creates a database and populates it with test data including a few users:

The password for all is password

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published