/MeowMeow

A Twitter Clone using Node Postgres React Bookshelf and Knex.js

Primary LanguageJavaScript

MeowMeow

A Twitter Clone (with a cat Theme) using Node Express Postgres(Bookshelf and Knex.js as ORM) and React/Redux. Still in Progress.

Clone this repository Create your own repository on github and change the remote git remote rm origin and then git remote add origin _______.

  • cd into meow-meow
  • npm install
  • createdb meow_meow-db
  • knex migrate:latest
  • knex seed:run (in order to seed our db with dummy data)

In one terminal tab: -npm run server

In another terminal tab: -npm start