bcgov / epr

Emergency Personnel Reporting
Apache License 2.0
1 stars 0 forks source link

Wire up SQLAlchemy to create/get/delete a record from the API #19

Open Sybrand opened 4 years ago

Sybrand commented 4 years ago

Describe the task Wire up SQLAlchemy to create/update/get/delete a record (a simple employee record) from the API.

This will serve as an example for how we will be using ORM in the API.

Acceptance Criteria

ghost commented 4 years ago

Added endpoints and supporting crud functions for managing basic employee. Also added test case as part of unit testing.