modulepackage
0.0.0-20210101010331-7493986f717d
Repository: https://github.com/cetride/rideyu-api.git
Documentation: pkg.go.dev
# README
rideyu-api
Auto API - Social, marketplace, hire, service locator.
-
ApiHelpers Basically contains the helper functions used in returning api responses, HTTP status codes, default messages etc.
-
Controllers Contains handler functions for particular route to be called when an api is called.
-
Helpers Contains helper functions used in all apis
-
Middlewares Middleware to be used for the project
-
Models Database tables to be used as models struct
-
Routers Resources define the routes for your project
-
Seeder It is optional, but if you want to insert lots of dummy records in your database, then you can use seeder.
-
Services All the core apis for your projects should be within services.
-
Storage It is generally for storage purpose.
-
.env Contains environment variables.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author