GitCodeCareer / hiring-system

CodeCareer is seeking core contributors to take the lead on this project.
GNU General Public License v3.0
20 stars 17 forks source link

Add Job routes #32

Closed Dgiulian closed 3 years ago

Dgiulian commented 3 years ago

What does this PR do?

Adds routes and controllers for Creating, Reading, and Updating jobs. For now, just using the in-memory list, but we can adjust it to use mongo or other databases in the future.

What routes are available?

benjaminspak commented 3 years ago

Nice work @Dgiulian