Our parcel delivery is handled using hand records. So this project automates the system by making everything digitalized.
You can start contributing to this project by:
- Clone this repository:
git clone https://github.com/Raghavareddy21/malibox-management - Setup the development environment:
- Go into the project folder
cd Elites_Project/ - You can activate the source by doing
source project/bin/activate - Then enter into the mailroom using
cd MailRoom/ - Migrate the data into the database by using
python manage.py migrate - You can run the project by using
python manage.py runserver
- Go into the project folder
- You can enter into http://127.0.0.1:8000/Mailroom/login/ to see the login page.
- You can then view all the pages from there.
Thanks For your contribution !!