Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 833 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 833 Bytes

QuestionStore

This is a bulletin board format Web application. Users post questions and comments on questions.

CircleCI Software License

Overview

  • Login with OAuth2 with Google
  • Post questions
  • Reply to questions

Dependencies

  • Go: 1.13.0
  • Echo: 3.3.10
  • MySQL: 8.0.17
  • Docker: 19.03.2
  • Docker Compose: 1.24.1

Building

$ make build

Running

$ ./bin/qs

Launch local environment

$ docker-compose up -d

Future work

  • Email Notification
  • Export static file (Nginx delivery)
  • Testing
  • UI improvements