Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diptangsu/flask-restful-example


https://github.com/diptangsu/flask-restful-example

Last synced: about 21 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Flask Restful Example

```
.
├── app.py
├── auth
│   └── security.py
├── .gitignore
├── models
│   └── user.py
├── README.md
├── requirements.txt
├── resources
│   └── student.py
└── tests
└── test.py

4 directories, 7 files
```