Skip to content

itajenglish/Twitt-Watch-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitt-Watch Backend

Node API Backend For Twitt-Watch React App.

Setup Instructions

Run $ npm install inside root folder

Run $ createdb twitt-watch

Change Database URL in lib/db/connectdb.js

Run $ psql -d altlegal -f lib/db/schema.sql

Run $ npm start or nodemon app.js

Start React App - https://github.com/itajenglish/Twitt-Watch

Enjoy :D

Technologies used:

  • Node
  • Express
  • Body-Parser
  • PG-Promise
  • Morgan
  • Cors
  • twitter-node-client