Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

github.com/surajjain36/assignment_service

Package Overview
Dependencies
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/surajjain36/assignment_service

Source
Go Modules
Version
v0.0.0-20200205104045-4a2f78fc5053
Version published
Created
Source

Assignment Service

Steps to build the application using Docker

  • Edit config.yml file
    • Enter required configurations.
  • Install Docker
  • Run following command from root folder to build Docker image
    • docker build -t assignment .
  • Run following command from root folder to run Docker image
    • docker run -it -p 3000:3000 assignment

To run in local machine

Compile the code by running:

$ make build

Start the server by running:

$ make run

API Documentation

In the web browser, load the following url:

http://localhost:3000/swagger/index.html

FAQs

Package last updated on 05 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts