pip install Flask
python app.py
Users, stores and items can be created and retrieved as any client app would expect it.
First /register, then /auth and then you can access all the other endpoints.
This project is implemented using Flask and it's a REST API for a chain store.