A social platform where students and professionals alike can discuss, learn and share their passion regarding various topics.
https://akb-studybud.herokuapp.com/
- Clone Repository
git clone https://github.com/anushkbyakodi/StudyBud.git
- Move Into Directory
cd studybud
- Create and activate virtual environment
pip install virtualenv
virtualenv webs
webs\scripts\activate
You can change the environment name to your liking. I have given a name webs to my environment
- Install Requirements
pip install -r requirements.txt
To run the website use command
python manage.py runserver
You can now access the server at local host: http://127.0.0.1:8000/
- Implemented Using Django 4.1.1
- API functionalities for Rooms included
- Custom User models with options to Upload profile pics
- Hosted on Heroku Platform
- Use coolwebsites page to check how information from api can be used to host websites.