Basic server CRUD app with Swift and Vapor with PostgreSQL driver
#Routes
The base URL = https://cryptic-waters-45764.herokuapp.com/
/ants
with json body e.g.
{ "age": 62, "name": "alen", "position": "mobile" }
PUT request, /ant/Id Use the same json as above
/ant/Id
/all_ants
DELETE request, /ant/Id