- pip install Flask
- pip install db-sqlite3
- pip install waitress
- Run the EtimoDb.py file to create the database.
- Run EtimoApi.py to start server and enable the different REST API calls.
- In test.py it exist some test cases which you can run when step 2 is completed.
- curl -H "Content-Type: application/json" -X POST -d '{"email": "[email protected]", "firstname": "Something", "lastname": "Something"}' http://localhost:8080/addUser