Skip to content

DanielAmah/medicare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Medicare - Patient Management System admin dashboard

Description

Medicare is a patient management system

Installation

  1. Open folder in code editor

  2. Install project dependencies:

yarn install

Usage

  1. Start the development server:

For running against Local environment

Ensure your Rails API is running using PORT=3001 rails s

and replace the

const baseUrl = "https://medicare-pms-5c8030e1abf8.herokuapp.com";

with

const baseUrl = "http://localhost:3001";

in api.js line 6

For running again

Before running

yarn start
  1. Open your browser and visit http://localhost:3000 to view the application.

Deployment

Deploy using vercel

Technologies Used

  • React JS
  • Tailwind CSS

About

Medicare - Patient Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published