Closed jhanley634 closed 2 months ago
This pull request adds a basic web server implementation using FastAPI for the Blackboard application. It includes new files for the server logic, a test file, and updates to the Makefile and README.
Change | Details | Files |
---|---|---|
Implement a basic FastAPI web server |
|
src/bboard/main.py src/bboard/greeting.py |
Add unit test for the greeting function |
|
tests/greeting_test.py |
Update Makefile with new test commands |
|
Makefile |
Update README with instructions to run the web server |
|
ReadMe.md |
Summary by Sourcery
Add a FastAPI-based web server for the Blackboard application with initial endpoints and update the Makefile to include a test target. Enhance documentation with server run instructions and introduce a unit test for the greeting function.
New Features:
Enhancements:
Documentation:
Tests: