breakfireaus / Inter-book

Freelancer platform where people can book freelance professionals and freelance professionals can add themselves
MIT License
1 stars 1 forks source link

Modified the service and user routes to provide redirects to appropriate pages #39

Closed Auralise closed 1 year ago

Auralise commented 1 year ago

The service and user routes have been updated to redirect to the appropriate pages on successful completion and return meaningful JSON messages if something has failed.

These JSON messages can then be displayed in message boxes on the requesting page.

I will need to document the requirements and behaviour of the API routes so that it is clear how to consume them.

I have also added comments to the top of the files describing the URL required to invoke the routes