-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2fb7b8
commit 923c01d
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
App deployed at : https://warblarblarg.herokuapp.com/ | ||
|
||
<a href="https://warblarblarg.herokuapp.com/"><img src="assets/Warbler_Landing_Page.png" title="WarBlarBlarg" alt="WarBlarBlarg"></a> | ||
|
||
# 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](#installation) | ||
- [Features](#features) | ||
- [Team](#team) | ||
|
||
## Installation | ||
|
||
```shell | ||
python -m venv venv | ||
source venv/bin/activate | ||
pip install -r requirements.txt | ||
flask run | ||
``` | ||
|
||
|
||
### Features | ||
<ul> | ||
|
||
<li>Users can sign up with a password protected account.</li> | ||
<li>Users can "like", post and follow "warbles" or tweets.</li> | ||
<li>Full unit and integration tests.</li> | ||
<li>Passwords encrypted and stored in database.</li> | ||
<li>Full CRUD on user profiles as well as "warbles".</li> | ||
</ul> | ||
<img src=”https://github.com/Lulzasaur/Warbler/raw/master/assets/Warbler_Home_Page.png”></img> | ||
|
||
Team | ||
| Victor Marks | github.com/silasburger | |