Back End of IVChecker web and mobile app, builded to run in Google App Engine using endpoints technology with gRPC for communications.
A lot of requirements will be installed after but to start you need install
fabric tool, apt-get install fabric.
We use this tool to everything.
To know options execute fab -l in root project folder.
The steps are the follow:
- Run
fab requirementsin the root folder to install all of them. - Run
fab runto run in local (fab killto stop).
All features must be tested, to test app, run fab test.