MLH-Fellowship / FellowshipWrapup

A showcase of all your work done during the MLH Fellowship
MIT License
6 stars 0 forks source link

Create go server #11

Closed gmelodie closed 4 years ago

gmelodie commented 4 years ago

Create and deployt the backend server as well as specify the available endpoints.

IamCathal commented 4 years ago

Added gmux http server in https://github.com/MLH-Fellowship/FellowshipWrapup/commit/2fe678203848cb2bb3f0cd2533ecf02461ad0a8c

Seperated out the queries logic from the routing logic as it's for the better. Implementation isn't perfect but logging and serving is fine. There is a weird trick needed to serve requests for custom usernames but I'll talk about that tomorrow