epm is a interface api that allows the registration and management of electronic prescriptions It also has other facilities such as better clinic management and patient medical records
- Register ,Edit & Remove electronic prescription
- Clinic management
- ✨ Patient medical record✨
This version is still under development and some of its features may not work
EPM-backend uses a number of open source projects to work:
- FastApi is a modern, fast (high-performance) web framework
- Uvicorn is a lightning-fast ASGI server implementation
- Redis is an in-memory data structure store, used as a database & cache
Images of Redis:latest and python:3.9 have been used ✔
docker-compose build
docker-compose up -d
Now you can go to http://127.0.0.1/redoc or http://127.0.0.1/docs
Please make sure to update as appropriate.