A website built using Django to easily donate medicine to underprivileged people through NGOs
Follow the following steps to start the web application.
- Clone the repository to your destination.
- Use
pipenv
to install necessary packages and set up a virtual environment. - Run
python manage.py migrate
to create database and migrate models to database. - Run
python manage.py runserver
to start the server.