Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```