8000 GitHub - joanacardosox/poll-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joanacardosox/poll-api

 
 

Repository files navigation

Polls API

This is a simple API for managing polls. Polls are simply a question with a list of options to vote for (only 1 option can be picked when voting). Polls' information is public but only authenticated users can create polls and vote.

Development

After cloning, remember to install dependencies with npm install.

Add your environment variables to .env file (see .env.sample for a example).

Start server with npm run dev.

There is a Postman collection available: PollsAPI.postman_collection.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0