Skip to content

ranavikrant3/APIBoilerPlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published