Medicare - Patient Management System admin dashboard
Medicare is a patient management system
-
Open folder in code editor
-
Install project dependencies:
yarn install
- Start the development server:
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
- Open your browser and visit
http://localhost:3000
to view the application.
Deploy using vercel
- React JS
- Tailwind CSS