qwer_back_ogata/
├── .git/
├── .gitignore
├── .dockerignore
├── .DS_Store
├── README.md
├── Dockerfile
├── docker-compose.yml
├── package.json
├── yarn.lock
├── qwer-ada3c-firebase-adminsdk-fbsvc-6852cc1b4f.json
├── node_modules/
├── config/
└── src/
├── app.js
├── serverless.yml
├── config/
│ └── firebase.js
├── controllers/
│ └── authController.js
├── middlewares/
│ ├── authMiddleware.js
│ └── errorHandler.js
├── models/
│ └── user_models.js
├── public/
│ ├── js/
│ │ └── login.js
│ ├── css/
│ │ └── login.css
│ ├── index.html
│ ├── login.html
│ ├── register.html
│ ├── payment.html
│ ├── balance.html
│ └── payment-success.html
├── routes/
│ ├── authRoutes.js
│ ├── userRoutes.js
│ └── paymentRoutes.js
├── services/
├── utils/
└── lambda/
```
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme