passport-tracking

command module
v0.0.0-...-badf2f2 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2019 License: GPL-3.0 Imports: 9 Imported by: 0

README

Passport Tracking

Check expiration date and send mail to manager before expiration date 3 months

Build

Import libraries

Enable and using go module in current terminal (Go >= 1.11)

$ export GO111MODULE=on
$ go mod vendor
Run in local

Start MongoDB service with PORT:27017, can run it by docker image:

$ docker run -p 27017:27017 mongo:latest

Start server

$ go run main.go
Run in docker

Build the docker image

$ make docker

Run project in docker

$ make compose

Next, open your browser and access to link localhost:8080
Press Ctrl+C to stop

Clean temporary data from docker

$ make clean

Structure

Library

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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