https://github.com/jayantita/hospital-flask
CRUD Applications for Hospital Data
https://github.com/jayantita/hospital-flask
flask postgresql
Last synced: 3 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T07:09:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T05:16:52.390Z (over 1 year ago)
- Topics: flask, postgresql
- Language: Python
- Homepage:
- Size: 22.5 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
```