Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.28 KB

README.md

File metadata and controls

64 lines (42 loc) · 2.28 KB

Netlify Status Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors CI

Medica

Medica is an open-source project by ACICTS to help people find the medicine they want out of the pharmacies that have registered in the platform.

This repository contains the source code of the users' platform. Following are the links to other repositories.

Technologies used

  • React.JS
  • TypeScript
  • Axios
  • Jest
  • Webpack

How to run the code

First make sure you have the following packages/softwares installed in your machine.

  • Node
  • Git

Then run the following commands.

1. Clone the repository from github

git clone https://github.com/acicts/Medica-Pharmacist.git

2. Install dependencies

cd Medica-Client
npm i

3. Create a .env file according to the .env.example file

4. Start the development server

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please refer to CONTRIBUTING.md for more information.

License

MIT