Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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