Skip to content

A fun project to try out using node/express and heroku.

Notifications You must be signed in to change notification settings

oh-wo/acgtweet-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACGTweet-node

Requirements

  • node > 4.2.1 (must support es6).
  • npm (installed with node)

Installation

  • To install the web api npm install
  • To run tests npm install mocha -g

Development

  • To start the app locally node index.js==npm start
  • or to watch and hot reload: nodemon index.js. You may need to npm install -g nodemon.

useful psql commands

  • \list list all databases
  • \dt list all tables in the current database

Heroku debugging

  • heroku pg:psql --app acgtweet-node connect to psql remotely.

About

A fun project to try out using node/express and heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published