brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

add swagger support #530

Open pconrad opened 2 years ago

pconrad commented 2 years ago

US

Acceptance Criteria

Discussion

There are a couple of gems that may be useful here. Without further research, we don't know which one is the most straightforward approach:

It may be helpful to start with a new rails project from scratch (say, a simple CRUD on todos from some rails tutorial) and try to add a swagger api to that first as an exercise. That would also give you some good practice with rails.

A few web pages that may help

Add more as you find them: