Skip to content

ricproenca/spotimapi

Repository files navigation

spotimapi

Folder Structure

https://medium.com/swlh/how-i-structure-my-node-js-rest-apis-4e8904ccd2fb

/src            - source code of the project
  /db           - database scripts
  /api            - everything needed for the REST API
    /components
      /user       - controllers, models, schema, service
    /middleware   - API middleware
  /config       - global configuration files
  /services     - services for sending mails, caching, authentication and more
  /test         - test factory
  /utils        - utils

tools

todo

custom logging

https://www.moesif.com/blog/technical/logging/How-we-built-a-Nodejs-Middleware-to-Log-HTTP-API-Requests-and-Responses/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published