Community is a social platform to connect with like-minded community members and to bring together a community of individuals.
Repository for the Community web application.
- Python 3
- Django
- Django Rest Framework
- Install Python 3.x
- Navigate to project directory
- Execute command:
python bootstrap_venv.py
NOTE: For mac users, ignore the command python bootstrap_venv.py
and run the setup.sh script:
bash setup.sh
- Activate .venv virtual environment
- Execute migration:
python manage.py migrate
- Execute in project root:
python manage.py runserver
- Navigate to localhost:8000