Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicradon/polls-api
An API for a generic polls app
https://github.com/vicradon/polls-api
Last synced: 28 days ago
JSON representation
An API for a generic polls app
- Host: GitHub
- URL: https://github.com/vicradon/polls-api
- Owner: vicradon
- Created: 2021-04-20T06:13:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T16:50:49.000Z (12 months ago)
- Last Synced: 2024-04-28T06:36:14.175Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 535 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polls App
docker build -t vicradon/pollsapp .
curl --location 'http://localhost:8000/api/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"password": "password"
}'