This repository contains the Hungry Friends application that is built with a Django backend and hosted on hungry-friends.herokuapp.com.
- Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
- Enhancements to Django's static file serving functionality via WhiteNoise
To use this project, follow these steps:
- Fork the repository
- Ensure you have the required python modules installed 'pip install -r requirements.txt'
- Run the project locally with 'python manage.py runserver'
- Or visit the project hosted at heroku at hungry-friends.herokuapp.com