Skip to content

cosmas28/med-pool

Repository files navigation

Med-Pool

Centralized chemist.

Description

The Med-Pool is web application with SSR and PWA features combine all chemist stores in a particular city/county, making it easier to store inventory and for customers to find the meds they are looking for in Micro seconds.

It is live on Heroku

Table of Contents

Technology Stack

  • TypeScript, Reactjs, Styled-components, MobX, Babel, Webpack, SW-Precache, Prettier, EsLint - core platform and development tools
  • Cypress - for QA.

Installation

  1. Install v12.5.0 Node JS.
  2. To clone, run git clone https://github.com/cosmas28/med-pool.git.
  3. cd into the root of the project directory.
  4. Install yarn.
  5. Run yarn on the terminal to install dependecies.
  6. Create a .env file in the root directory of the application. Example of the content of a .env file is shown in the .env.example
  7. To start the application run yarn start:dev.

Testing

Unit tests - Run yarn cypress on the terminal while within the project root directory.