├── controllers | |
│ └── v1 | |
│ └── auth | |
│ ├── index.js | |
│ └── init.action.js | |
├── index.js | |
├── models | |
│ └── user.js | |
├── routes | |
│ └── init.js | |
└── utils | |
├── controllers.js | |
└── db | |
└── index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment