- jiachen2
- shovo
- yhu19
- hb2
- nusaibah
- inbox (like post inbox, comment post inbox, like comment, like comment inbox) Reimplenmented. It was working before Wed, but accidently covered by old version of code when merging conflicted.
- added more unit-tests
- share posts with other authors
- update our demo video with subtitles and some features.
- Clone repository
git clone https://github.com/jiachen-ux/group-cmput404-project.git
- Move to project directory with
cd group-cmput404-project
- Create a virtual env with
virtualenv venv --python=python3
and activate it usingsource venv/bin/activate
- Install requirements after
cd group-cmput404-project with pip install -r requirements.txt
- Run
python manage.py makemigrations
andpython manage.py migrate
to make migrations. - To run locally, run
python manage.py runserver
and view site on127.0.0.1:8000/
- Author
- Followers
- Post
- Comment
- Backend: PostgreSQL and Django
- Frontend: Bootstrapped CSS & HTML
Push to heroku using
git push heroku main
Run your migrations, create a Superuser
heroku run --app team9-socialdistribution python SocialDistribution/manage.py migrate heroku run --app team9-socialdistribution python SocialDistribution/manage.py createsuperuser