asetriza / courses-backend

Backend logic for courses hosting platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend app for Online Course Constructor Platform

Build & Run (Locally)

Prerequisites

  • go 1.15
  • docker
  • golangci-lint (optional, used to run code checks)

Create .env file in root directory and add following values:

MONGO_URI=mongodb://mongodb:27017
MONGO_USER=admin
MONGO_PASS=qwerty
PASSWORD_SALT=<any salt here>
JWT_SIGNING_KEY=<any key here>
SENDPULSE_LISTID=<list id>
SENDPULSE_ID=<client id>
SENDPULSE_SECRET=<client secret>

Use make run to build&run project, make lint to check code with linter.

TODO: Describe project architecture

About

Backend logic for courses hosting platform


Languages

Language:Go 99.7%Language:Makefile 0.2%Language:Dockerfile 0.1%