A social media app (similar to Reddit) built with Django and PostgreSQL.
Live demo hosted on heroku at red.andreholman.com
- Install PostgreSQL 14.8 and Python 3.11.4
- Install dependencies through
pip install -r requirements.txt - Start the PostgreSQL server. This depends on your operating system.
- Start the Django server with
python manage.py runserverYou're done! The app is running on port 8000.