Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab.com/intric-dk/webservices/service-api

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab.com/intric-dk/webservices/service-api

  • v0.0.0-20200424205553-2c57306aed8b
  • Source
  • Go
  • Socket score

Version published
Created
Source

Service API

A service to provide a REST API for the data of the Intric platform.

The API documentation can be found here.

Development

Make sure to have at least Go version 1.13 installed and create a new .env file with the following content:

# PostgreSQL
DB_URL=postgres://postgres:postgres@localhost:5432/service-api?sslmode=disable

# MariaDB
DB_URL=mariadb://root:mariadb@localhost:3306/service-api?charset=utf8&parseTime=true

# MySQL
DB_URL=mysql://root:mysql@localhost:3306/service-api?charset=utf8&parseTime=true

The application supports valid connection URLs for mysql, mariadb and postgres.

Afterwards, run make to run the application in development mode.

License

This project is licensed under the terms of the MIT license.

FAQs

Package last updated on 24 Apr 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc