Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

rertyy/patients-frontend

Repository files navigation

Frontend repo at https://github.com/rertyy/patients-frontend
Backend repo at https://github.com/rertyy/patients-backend

Hosted on https://patients-frontend.vercel.app/patients

Testing instructions

  1. Clone this repository git clone https://github.com/rertyy/patients-frontend.git
  2. cd to the directory cd patients-frontend
  3. Install NodeJS
  4. Run npm install in the command line
  5. Run npm run dev in the command line
  6. Open http://localhost:3000 in your browser

Available routes

  1. /home: under construction
  2. /patients: shows a list of patients and their details
  3. /user: under construction