emania-api

command module
v0.0.0-...-87a3a10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2020 License: MIT Imports: 5 Imported by: 0

README

emania-api

Esports platform for news, game trackers and so much more

Development

Prerequisites
  • Docker installed
  • Golang installed
  • Docker Compose installed
Setup
  • Pull mongo image docker pull mongo:latest
  • Run docker-compose up -d to run container on the background
  • Open container in bash shell docker exec -it packit bash
    • To check contents of its database
      • Enter the mongo shell mongo -u admin -p admin123 --authenticationDatabase packitdatabase
      • To show databases inside the container show dbs
      • To access main db use packit
      • To check all collections show tables, show collections and db.getCollectionNames()
  • Create

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL