Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maen08/voluntary-management-system
Simple management system deals with volunteering tasks. A manager(actor) can create an activity and post it, waiting for volunteers to apply for it. Take a look!
https://github.com/maen08/voluntary-management-system
django tailwindcss volunteering-tasks
Last synced: 10 days ago
JSON representation
Simple management system deals with volunteering tasks. A manager(actor) can create an activity and post it, waiting for volunteers to apply for it. Take a look!
- Host: GitHub
- URL: https://github.com/maen08/voluntary-management-system
- Owner: maen08
- Created: 2021-01-17T10:03:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T07:41:01.000Z (over 3 years ago)
- Last Synced: 2023-08-17T04:27:57.523Z (over 1 year ago)
- Topics: django, tailwindcss, volunteering-tasks
- Language: HTML
- Homepage: https://voluntarysystem.herokuapp.com/
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voluntary Management System
## Description
This is the simple management system deals with volunteering tasks. A manager(actor) can create an activity and post it, waiting for volunteers to apply for it. I was inspired to build this project, just to help my fellow student.## The Stack
The project is very simple and straight forward. It just involve few and simple technologies.These are:
- Django (as a Backend engine)
- Tailwind CSS (frontend engine)
- Postgresql (for database)
- [Djangoroku](https://pypi.org/project/djangoroku/) (tool for Django-Heroku deployment)## Development
To follow along the project:
- Clone this repository
- Activate the virtual environment `source venv/bin/activate`
- Navigate to root directory `cd managesystem`
- Install all dependencies `pip install -r requirements.txt`
- Make migrations `python manage.py makemigrations`
- Migrate `python manage.py migrate`
- Server up `python manage.py runserver`### Contribution
Feel free to contribute and pull the request.
### License
MIT License