Backend server for Medrush, a platform for managing a hyperlocal quick commerce for medicines and healthcare products.
# Clone the repository
git clone https://github.com/TeamMedRush/server.git
cd server
# Source the development environment
source dev.sh
# Setup and run
dev setup
dev runMedrush Server is the backend component of the Medrush platform, designed to handle core functionalities such as user management, order processing, inventory management, and more. It provides a robust API for the frontend applications to interact with, ensuring a seamless experience for users.
medrush_server/
├── __init__.py
└── __main__.py