Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iml1111/imflask-pymongo

Boilerplate for Large Scale Flask Web Backend Structure with PyMongo
https://github.com/iml1111/imflask-pymongo

boilerplate-template flask mongodb restful

Last synced: 1 day ago
JSON representation

Boilerplate for Large Scale Flask Web Backend Structure with PyMongo

Awesome Lists containing this project

README

        

KakaoTalk_Photo_2022-05-02-23-21-00

# IMFlask-Pymongo

**Boilerplate for Large Scale Flask Web Backend Structure with PyMongo (Edited 2022-05-03)**

This implementation is an extension structure of IMFlask optimized for Pymongo.

[Here](https://github.com/iml1111/IMFlask) you can see the basic implementation concept of IMFlask.

### Model Implementation

```shell
├── app
│   ├── api
│      ├── sample_api
│         └── info.py # Sample API
├── model
│   ├── __init__.py
│   └── mongodb
│   ├── __init__.py # Mongodb initializer
│   ├── base.py # Base Model Class
│   ├── log.py
│   └── master_config.py
```

# References

- https://github.com/iml1111/IMFlask