A full-stack web app to generate and verify prescriptions, revolutionizing healthcare one click at a time!
Before you begin, ensure you have met the following requirements:
- Python 3.8 or higher
- MongoDB
- Streamlit
- Clone the repository:
git clone https://github.com/vaniasetia/chkscription.git
- Navigate to the project directory:
cd chkscription
- Install the required packages:
pip install -r requirements.txt
- Set up MongoDB and obtain the connection string, for example:
mongodb://localhost:27017
- Create a
.env
file in the project directory and add the following environment variables:
MONGO_URI=<your_connection_string>
- Generate the keys by running the following command:
python backend/utils/key_generator.py
- Start the backend server:
python backend/server.py
- Start the frontend server:
streamlit run frontend/app.py