This project provides the boilerplate code to implement complex API endpoints easily.
To deploy the abc_webapp repository, you'll need:
- Docker
Add the make utility for Ubuntu:
$ sudo apt-get install build-essential
This section is a quick setting on an ubuntu VM.
-
Pull down the source code from this GitLab repository::
$ git clone <repo-url> $ cd <cloned repo>
-
Build and run the docker container::
$ make build $ make up
- Kill the docker container::
$ make kill
- Go inside the container::
$ make cli
Go to the URL : http://0.0.0.0:8000