https://github.com/vagos/volunteer-organisation
Code and documentation for the project completed as part of the Databases course.
https://github.com/vagos/volunteer-organisation
database django python
Last synced: 3 months ago
JSON representation
Code and documentation for the project completed as part of the Databases course.
- Host: GitHub
- URL: https://github.com/vagos/volunteer-organisation
- Owner: vagos
- Created: 2021-12-10T14:43:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T15:46:45.000Z (over 4 years ago)
- Last Synced: 2025-08-25T18:39:58.892Z (11 months ago)
- Topics: database, django, python
- Language: Python
- Homepage:
- Size: 6.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
A simple django app that is based on a database design for a volunteer organisation.
In the app there is the ability to manage tasks, volunteer teams, events, expenses and incomes.
## Installation Instructions
### Requirments
django, matplotlib
```bash
$ git clone https://github.com/Vagos/volunteer-organisation-app
$ cd volunteer-organisation-app
$ make # create the database
$ make clean # remove the database
$ python volunteer_organisation/manage.py runserver
```
Head over to: http://127.0.0.1:8000/