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
- Clone this repository
git clone https://github.com/rertyy/patients-frontend.git
- cd to the directory
cd patients-frontend
- Install NodeJS
- Run
npm install
in the command line - Run
npm run dev
in the command line - Open http://localhost:3000 in your browser
Available routes
/home
: under construction/patients
: shows a list of patients and their details/user
: under construction