Skip to content

differz/perstorage

Repository files navigation

MIT License Go Report Card

Personal Storage

Web application

OVERVIEW

Use cases

  • Place order files
  • Take order files
  • Register in messenger
  • Send order message to chat

Used components

  • Golang build version 1.10.1
  • Sqlite 3
  • MongoDB
  • Migrate
  • UUID
  • Progress bar
  • Telegram API

Before your start:

go get github.com/mattn/go-sqlite3
go get github.com/mattes/migrate
go get github.com/satori/go.uuid
go get gopkg.in/cheggaaa/pb.v1
go get gopkg.in/telegram-bot-api.v4
To use Telegram messenger you must register new bot with BotFather.
Add this token to configuration and /start conversation.

Environment

Useful links