This application is a lightweight course management tool. This application is compared to the Canvas page we use for OSU Cascades. Tarpaulin allows users (instructors and students) to see information about courses they are teaching/taking. This application will support endpoints based on the tarpualon_openapi_spec.
We have created different API diagrams for the data layout and the architecture.
API Data Layout
API Architecture
- To start the Program you must first launch Docker Desktop
- If the docker has not been built yet run:
docker compose up --build
- If the Docker has been built run:
docker compose up
- If you want to run Curl commands you will need to start a new terminal