REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
56/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
RUN THIS APP:
- Open the root directory of this application
- Run command:
docker compose up -d
- Follow link for use FastAPI with Swagger UI:
http://localhost/docs
- Or connect to mysql server from within container with next command:
docker exec -it mysqlserver mysql -uroot -ppassword
- Stop application with next command (if you are in root directory):
docker compose down