- 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": "something@gmail.com", "firstname": "Something", "lastname": "Something"}' http://localhost:8080/addUser
- curl -X DELETE http://127.0.0.1:8080/deleteUser/
- curl -v http://127.0.0.1:8080/showUsers