HackYourFuture-CPH / FP-class11

Class11 Final Project - A collaboration between HYF and Seasony
MIT License
5 stars 8 forks source link

Endpoint to list all the batches #140

Closed dpfernandes closed 4 years ago

dpfernandes commented 4 years ago

Create an endpoint using nodejs and knex that retrieves a list of all the batch and returns the ID and the company_name for each one of the batches. Check database diagram for table references for which fields can be retrieved on db diagram available on the README file.

Add this endpoint to Swagger on https://github.com/HackYourFuture-CPH/FP-class11/blob/develop/src/server/config/swagger.json

dpfernandes commented 4 years ago

Please make sure that the DELETED_AT date is NULL (or DELETED_AT date is before today)!?

dpfernandes commented 4 years ago

Solved on PR #157 and then updated on PR #202