Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"
}'