Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csdev19/medical-app-angular
Application to store all your medical information
https://github.com/csdev19/medical-app-angular
Last synced: about 1 month ago
JSON representation
Application to store all your medical information
- Host: GitHub
- URL: https://github.com/csdev19/medical-app-angular
- Owner: csdev19
- License: mit
- Created: 2023-07-31T02:04:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T04:12:03.000Z (over 1 year ago)
- Last Synced: 2024-11-26T09:12:44.007Z (about 1 month ago)
- Language: HTML
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Medical app
## Why?
Because in my personal experience I find the necesity of store data like: prescriptions, exams or medication. It's not convenient to have a lot of paper prescriptions that I can lose. And also in a long term it's not useful.
## Tasks
- [ ] Translate this to english
- [ ] Generate the frontend application (Angular)
- [ ] Add angular material
- [ ] Generate the folder structure
- [ ] Generate the main configurations files for the project
- [ ] Generate the login page
- [ ] Generate the backend application (Nestjs)
- [ ] Generate the folder structure
- [ ] Generate the docker file to work with docker
- [ ] Add typeorm to the project or look for another database manager
- [ ] Generate the login module
- [ ] Configure the JWT authentication
- [ ] Put more details in the documentation folder
- [ ] Define the main use cases that we're going to create for the MVP## Contributors
- [Cristian Sotomayor](https://github.com/csdev19)