Skip to content

darren-finch/feasty-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Hey there! This is the backend code for my feasty web application. This is always a work in progress, so feel free to watch this repo and maybe even open a pull request if you'd like!

NOTES FOR PROJECT MAINTAINERS

Only the following 5 status codes are currently allowed to be returned from the API:

  • Ok
  • NotFound
  • Unauthorized
  • BadRequest
  • InternalServerError

The error handler middleware handles the translation between exceptions and error status codes. The only raw result that controllers are allowed to return directly is Ok.

Testing

Tests must follow the methodName_providedState_expectedBehavior syntax. If one of the sections seems to be unapplicable, it's okay to leave it out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published