Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.99 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.99 KB

meow

Code Climate Test Coverage Codecrystal

An app for people to share opinions in just 140 characters. To view our Heroku hosted app https://meow-twitter-clone.herokuapp.com/

Our opening plan, in which we detailed the functionality and functions needed to meet the requirements. readme white board outline

##Basic Requirements

  • Create, Read and Delete functionality for posts. Removing from front-end site and back-end database. - [X]Create - [X]Read - []Delete
  • Use Redis on the back-end for the database.
  • [] Use cookies so only the poster can delete their tweets.
  • Real-time Updates of tweets.
  • Testing & 80% code coverage.

##Who we are

  • A team of trainee developers at Founders & Coders. This our week 4 project. To see our other projects go to our repo and have a look at wordkat and instaground.
  • We are Kata, Katerina, Josh and Matt.

##Run locally

  • Make sure you have Node.js installed.
  • Clone repo from [email protected]:kat4/meow.git
  • Run npm install to install the dependencies
  • In one terminal window start the server with node server.js or nodemon server.js if you have nodemon installed
  • In another open redis with the command redis-server. You can check it's working by typing: redis-cli ping.
  • Access site on localhost:8000

To see our file structure crystal click on the codecrystal badge at the top of our repo or here> kat4 crystal