/slackgoverflow

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Slackoverflow

A "Stack Overflow-esque" service for the Make School Product College Slack.

Getting Started

  1. Build the frontend. cd static/, assuming npm i, run npm build
  2. Navigate to the root of the server. cd ../, and load environment variables source .env
  3. Run the server go run server.go