A social media site which contains all basic features which Facebook and Instagram have to offer like Posts, Likes, Comments, Friend Request System and a Chat Application using Websockets protocol.
The chat application uses Redis as its backing store. To install Redis
For Mac,
foo@bar:~$ brew install redis
For Linux : https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis
For Windows : https://redis.io/download
For Docker : https://hub.docker.com/_/redis/
Starting Redis
foo@bar:~$ redis-server
foo@bar:~$ pip3 install -r requirements-dev.txt
foo@bar:~$ cd Quiver
foo@bar:~$ python3 manage.py makemigrations
foo@bar:~$ python3 manage.py migrate
foo@bar:~$ python3 manage.py runserver
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.
- Siddharth Singha Roy - Initial work on Backend - Sid200026
- Rajlaxmi Roy - Initial work on Frontend - rosy2000
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details