Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 530 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 530 Bytes

Off By One

The purpose of this project is to create a self generating REST API to host an internal message board for technical questions in a professional environment. Currently, the project is primarily academic, but does work. To run, simply clone the repo, cd into it, run direnv allow, and finally run bazel run //:OffByOne

Inspiration for this project courtesy of Jason Mars (https://www.jasonmars.org/2020/04/25/slick-python-hacking-maneuver-to-autogen-rest-api-leveraging-introspection-on-function-signatures/)