@devlander/findanherb-axios-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Naming convention for routes

  • Name the beginning of the method after the https method you are using. For example, if you are using a post request for a user to login, name the method postLoginUser

Database naming conventions

  • Any NEW variables in the database mongodb schema should be camelCase

Folder structure

  • src
    • endpoints
      • (model-endpoint-name-in-snakecase) it should be singular, for example. It should be herb, not herbs
        • dto
        • enums
        • models
        • res

Readme

Keywords

Package Sidebar

Install

npm i @devlander/findanherb-axios-module

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

2.11 MB

Total Files

1409

Last publish

Collaborators

  • landonwjohnson