Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 314 Bytes

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