Getting started
git clone https://github.com/AkashSCIENTIST/Tweeter.git
cd Tweeter
After this, open two terminals in the folder
cd Frontend
npm install
npm start
cd Backend
python new_rest.py
ER diagram
<img src="Photos\ER.PNG">
Normalized Schema Diagram
<img src="Photos\schema_diagram.jpeg">
Screenshots
New User (Sign Up)
<img src="Screenshots\sign_in.png"></img>
Sign In
<img src="Screenshots\sign_up.png"></img>
Feed
<img src="Screenshots\home.png"></img>
User Profile
<img src="Screenshots\user.png">
All Users
<img src="Screenshots\all_users.png">
Tweet
<img src="Screenshots\tweet1.png"><br>
<img src="Screenshots\tweet2.png"><br>
<img src="Screenshots\tweet3.png">
New Tweet
<img src="Screenshots\new_tweet.png">
Polls
<img src="Screenshots\poll.png">
New Poll
<img src="Screenshots\new_poll.png">
Vote
<img src="Screenshots\vote.png">
Vote Result
<img src="Screenshots\vote_result.png">
All Groups
<img src="Screenshots\groups.png">
Group Profile
<img src="Screenshots\group_profile.png">
New Group
<img src="Screenshots\new_group.png">
Chat
<img src="Screenshots\chat.png">
Collaborators
<table>
<tr>
<td><a href="https://github.com/AkashSCIENTIST" target="_blank"><img src="https://avatars.githubusercontent.com/u/25793714?v=4" alt="Akash" height="100px" width="100px"></img><br>Akash S P</a></td>
<td><a href="https://github.com/sunshine-haze321" target="_blank"><img src="https://avatars.githubusercontent.com/u/74647057?v=4" alt="Archana" height="100px" width="100px">
</img><br>Archana E</a></td>
<td><a href="https://github.com/Harshan-R" target="_blank"><img src="https://avatars.githubusercontent.com/u/104904345?v=4" alt="Harshan" height="100px" width="100px">
</img><br>Harshan R</a></td>
<td><a href="https://github.com/LOGESHWARAN-C" target="_blank"><img src="https://avatars.githubusercontent.com/u/95399936?v=4" alt="Logeshwaran" height="100px" width="100px">
</img><br>Logeshwaran C</a></td>
</tr>
</table>