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

https://github.com/sachinramesh15/dockerized-potgresql-survey

This is a simple survey tool built with FastAPI and PostgreSQL. The tool allows users to answer a questionnaire consisting of 15 questions and stores the responses in a PostgreSQL database.
https://github.com/sachinramesh15/dockerized-potgresql-survey

fastapi postgresql

Last synced: 3 months ago
JSON representation

This is a simple survey tool built with FastAPI and PostgreSQL. The tool allows users to answer a questionnaire consisting of 15 questions and stores the responses in a PostgreSQL database.

Awesome Lists containing this project

README

          

# PostgreSQL-Survey
This is a simple survey tool built with FastAPI and PostgreSQL. The tool allows users to answer a questionnaire consisting of 15 questions and stores the responses in a PostgreSQL database.
![](outputs/output-swagger.png)

![](outputs/output-db_users.png)

![](outputs/output-db_responses.png)