Skip to content

zacbennett/warbler

Repository files navigation

App deployed at: http://warblervm.herokuapp.com/

Warblar - Twitter Clone

Warblar is a twitter clone with full CRUD on 'warbles' or tweets. The site offers full features such as following/followers, sign up and authentication (encryption using bcrypt), warbles and more!

Table of Contents

Installation

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask run

Features

  • Users can sign up with a password protected account.
  • Users can "like", post and follow "warbles" or tweets.
  • Full unit and integration tests.
  • Passwords encrypted and stored in database.
  • Full CRUD on user profiles as well as "warbles".

Team

Victor Marks | https://github.com/victor-marks |

Releases

No releases published

Packages

No packages published