Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/demo-digitalform-api
A digital form is an electronic document used to collect and store information. It can be filled out and submitted online, making it a convenient and efficient way to gather data.
https://github.com/natthasath/demo-digitalform-api
digitalform docker-compose dockerfile fastapi fpdf2 poetry python
Last synced: about 24 hours ago
JSON representation
A digital form is an electronic document used to collect and store information. It can be filled out and submitted online, making it a convenient and efficient way to gather data.
- Host: GitHub
- URL: https://github.com/natthasath/demo-digitalform-api
- Owner: natthasath
- License: mit
- Created: 2022-12-07T09:32:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T06:53:18.000Z (7 months ago)
- Last Synced: 2024-11-11T06:15:03.714Z (about 2 months ago)
- Topics: digitalform, docker-compose, dockerfile, fastapi, fpdf2, poetry, python
- Language: YAML
- Homepage: https://pyfpdf.github.io/
- Size: 534 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 DEMO DigitalForm API
A digital form is an electronic document used to collect and store information. It can be filled out and submitted online, making it a convenient and efficient way to gather data.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)```shell
docker-compose up -d
```