A website aimed at helping and managing donations of unneeded items to charity organizations. The project covered building the whole backend for frontend provided by UX designer, in accordance with decided User Story.
Project is created with:
- Python 3.8
- Django 3.1.6
- Javascript
- PostgreSQL
- Create a fork of this repository
- Clone the repository on your computer - use command
git clone repository_address
- Fill a
local_settings_example.py
file with your local configuration and rename aslocal_settings.py
- Make a migration for a database:
python3 manage.py migrate
- Run your local server:
python3 manage.py runserver
- Enjoy :)
- Create and manage donations
- Keep database of charity organizations
- Check statistics of delivered donations and supported organizations