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.
- Host: GitHub
- URL: https://github.com/stoppieboy/fullstack-flask-api
- Owner: stoppieboy
- Created: 2024-01-26T11:36:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T10:59:34.000Z (over 2 years ago)
- Last Synced: 2025-05-31T07:12:17.009Z (about 1 year ago)
- Topics: flask, nextjs, postgresql
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```