Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 805 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 805 Bytes

Introduction

This project provides the boilerplate code to implement complex API endpoints easily.

System requirement

To deploy the abc_webapp repository, you'll need:

  • Docker

Add the make utility for Ubuntu:

$ sudo apt-get install build-essential

Installation Instructions

This section is a quick setting on an ubuntu VM.

  1. Pull down the source code from this GitLab repository::

    $ git clone <repo-url>
    $ cd <cloned repo>
  2. Build and run the docker container::

    $ make build
    $ make up

Other commands

  1. Kill the docker container::
    $ make kill
  2. Go inside the container::
    $ make cli

Go to the URL : http://0.0.0.0:8000