Mhowitt / MeowMeow

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 94.3%Language:HTML 5.0%Language:CSS 0.7%