/Covileer

Project of HackOn2.0

Primary LanguagePython

Covileer

Project for HackOn2.0
The project aims to provide a platform for supplying delivery assistance to people affected adversely with COVID-19. The service used in the platform gives non-covid affected people to signup as volunteers and quarantined people as users. On the platform they can connect with each other and the volunteer can deliver the essential items that user has requested.

Running Project Locally

First clone the repository to your local

git clone https://github.com/sreejan774/Covileer.git

Install the requirements:

pip install -r requirements.txt

Collect Static files:

python manage.py collectstatic

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

ScreenShots

Homepage

Volunteer Dashboard

User Dashboard