Hello,
This project is about a site that you can accept volunteering task to help people,
Charities create Task and post in on site and every person can choose from them and try to do that Task.
This project was part of my Internship in Quera and I was working on this as a project that can show my skills about Backend, Django and Rest framework at the end we connect frontend to the backend to see final result.
Hope you enjoy it.
P. S: Language that used in this site is Persian.
- Install Node.js, python3, pip3, virtualenv in your system.
- Download Frontend folder
- Install all requirements from frontend folder using
npm install
- Run frontend
npm start
- Clone the project
git clone https://github.com/ruasoft/Volunteering_Charity_Site.git
- Create a virtualenv named venv using
virtualenv -p python3 venv
- Connect to virtualenv using
source venv/bin/activate
- From the project folder, install packages using
pip install -r requirements.txt
- Run backend usuing
python manage.py runserver
- Go to localhost:3000
if you need username and password for login use this:
username : reza
password : Reza2000
Enjoy...