/medigreen

Primary LanguageJavaScript

medigreen

A simple react app that help Pharmacists manage medication inventory

How to Use the MediGreen

# Clone the repo
$ git clone https://github.com/VictorMaria/medigreen.git

# Move into the directory created by the git clone process
$ cd medigreen

# Install Dependencies
$ npm install

# Start the app/server
$ npm run dev-server

# Run Tests
$ npm test

After starting the app, navigate to http://localhost:8080/ on the browser