Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 528 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 528 Bytes

Forum

Author

  • Kaspar Johannes Pärtel

Description

Forum with CRUD capabilities, authentication/authorization nad real time chat. Only registered users can add posts/comments and chat with other users. Unregistered users can only see posts/comments but can't create them. Frontend written in React using css modules and backend written in Go.

Usage:

  1. Open terminal
  2. $ sh ./start.sh
  3. Open localhost:3000 on your browser

PS:

There are docker files but docker-compose up is not working as of this moment.