https://patientor.azurewebsites.net/
A student project from the course FullStackOpen by the University of Helsinki.
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.
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm start
to start the development server
- React
- Material UI
- TypeScript
- Node.js for the backend
- Azure for the deployment