App deployed at: http://warblervm.herokuapp.com/
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!
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
flask run
- 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".
Victor Marks | https://github.com/victor-marks |