Ausadhi (Nepalese translation of "medicine") is a medicine management app.
Make sure these are installed on your machine
- Docker
- MongoDB
- Clone this repo
- Create .env files in frontend and backend folder
- Copy the environment variables from .env.sample and provide your own values
- Make the run.sh and stop.sh files executable
chmod +x run.sh stop.sh - Run run.sh
./run.sh - If you want to stop, run stop.sh
./stop.sh