Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayantita/hospital-flask
CRUD Applications for Hospital Data
https://github.com/jayantita/hospital-flask
flask postgresql
Last synced: 16 days ago
JSON representation
CRUD Applications for Hospital Data
- Host: GitHub
- URL: https://github.com/jayantita/hospital-flask
- Owner: JayantiTA
- Created: 2024-08-19T05:27:22.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T05:30:37.000Z (4 months ago)
- Last Synced: 2024-08-19T06:39:08.400Z (4 months ago)
- Topics: flask, postgresql
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Set Up
Set up `.env` and `credentials.json` files (located in parent folder)
### Deploy App and Database
```bash
$ docker-compose up --build
```### Run Unit Test
```bash
$ pytest tests
```