Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 725 Bytes

Patientor

A patient record system

https://patientor.azurewebsites.net/

preview

A student project from the course FullStackOpen by the University of Helsinki.

Project description

The project is a patient record system that allows users to view and add patient records. The data is stored in a JSON file and the application is built using React.

Getting started

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm start to start the development server

Technologies used

  • React
  • Material UI
  • TypeScript
  • Node.js for the backend
  • Azure for the deployment