Skip to content

Create get and post Application routes #41

@koenaguptaa05

Description

@koenaguptaa05

Motivation:
When creating entities, we must always create a get() and add() function for each entity. This ensures that any object of that entity type can be accessed/created anywhere in the class.

Acceptance Criteria:

  • Create an API route that returns the information for all applications (GET ROUTE)
  • Create an API route that returns the information for one specific application (GET ROUTE)
  • Create an API route that adds a new application to the database (POST ROUTE)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Ready for Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions