Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diptangsu/flask-restful-example
https://github.com/diptangsu/flask-restful-example
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/diptangsu/flask-restful-example
- Owner: diptangsu
- Created: 2020-02-04T09:30:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:33:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T17:11:43.072Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.py4 directories, 7 files
```