LevAhtambaev / bmstu-news

News parsing service from the official BMSTU website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bmstu-news

News parsing service from the official BMSTU website

About

A parsing service for requesting news from the MSTU website and writing them to the database

Commands

Run

Runs application

make run

First actions to run application

make local
docker-compose up -d
make migrate
make run

First

Write all news into database

make first

Migrate

Create migrations

make migrate

Local

Creates environment file

make local

About

News parsing service from the official BMSTU website


Languages

Language:Go 98.0%Language:Makefile 1.7%Language:Shell 0.3%