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

https://github.com/stoppieboy/fullstack-flask-api

A full stack application consisting of postgresql database, Nextjs frontend and a flask backend api.
https://github.com/stoppieboy/fullstack-flask-api

flask nextjs postgresql

Last synced: 3 months ago
JSON representation

A full stack application consisting of postgresql database, Nextjs frontend and a flask backend api.

Awesome Lists containing this project

README

          

# fullstack-flask-api

Step 1:
```bash
docker compose up -d db
```
Step 2:
```bash
docker compose up -d nextapp
```