You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project requires requests and Flask to be installed in your Python environment. If they aren't installed, just run the command pip install -r requirements.txt in the project root folder.
Just navigate to your project's root folder and execute the command python server/server.py. It will start a server at http://localhost:5000 to which you can send POST requests and examine the results.
Running as daemon
You can daemonize the server just by executing the provided server.sh script inside bin folder (note that probably you should give executions permission to the script with chmod +x server.sh. You can start and stop the server daemon by executing server.sh start and server.sh stop.