Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdgenius/patient_tracking_app
https://github.com/jdgenius/patient_tracking_app
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdgenius/patient_tracking_app
- Owner: Jdgenius
- Created: 2024-09-20T07:02:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T04:24:31.000Z (2 months ago)
- Last Synced: 2024-10-31T05:20:09.442Z (2 months ago)
- Language: TypeScript
- Size: 58.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Patient_Tracking_App
The goal of this project is to build a website with backend functionality. REST API calls are utilized to facilitate communication between the frontend and backend, so that information can be shared between them. The project uses React(TypeScript) for the frontend and Express for the backend.
This project is still in progress.
List of unfinished tasks:
1. Implement a SQL database in the backend
2. Add buttons and input to the frontend to make the backend functionality usable through the frontend.
3. Complete the API implementation.