Initialized Project with default middlewares and helpers, connected to Atlas Instance and created Swagger Setup. Created necessary DB models and authentication-authorization logic
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export { default as UserRoutes } from "./user.route";
|
||||
export { default as ProfileRoutes } from "./profile.route";
|
||||
export { default as AdminRoutes } from "./admin.route";
|
||||
Reference in New Issue
Block a user