Flask setup
Closed this issue · 0 comments
doorooful commented
Our application uses Flask environment to process voting.
AC:
- README file to setup python environment and run the server.
- Create an app.py file to run the main function of api.
- Use POST method to get input from user as json format:
Example input
{
"sender": "Evi",
"vote": "Option1"
}