This repo contains the code for the Medica Back Office project. This project is a web application that allows the doctors to manage their patients, appointments, and prescriptions. It is a companion app for the Medica mobile app.
To run the project, you need to clone the repository to your machine. You can do this by running the following command:
[email protected]:atlp-rwanda/commanders-medica-backoffice.git
To install dependencies, you need to have Node.js installed on your machine. You can download it from here.
After installing Node.js, you can run the following commands to run the project:
npm install
npm run dev
After running the above commands, you can open your browser and navigate to http://localhost:3000 to see the project.
To contribute to the project, you need to create a new issue in the issues tab. After creating the issue, you can create a new branch from the dev
branch and name it according to the issue you are working on. After making the changes, you can create a pull request to the dev
branch. After the pull request is reviewed and approved, it will be merged into the dev
branch.