An app for people to share opinions in just 140 characters. View our Heroku hosted app: Meow Twitter Clone
Our opening plan, in which we detailed the functionality and functions needed to meet the requirements.
##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