# flask-restplus-boilerplate **Repository Path**: jpython/flask-restplus-boilerplate ## Basic Information - **Project Name**: flask-restplus-boilerplate - **Description**: A boilerplate for flask restful web service - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### FLASK RESTFUL API BOILER-PLATE WITH JWT ### Terminal commands Initial installation: make install To run test: make tests To run application: make run To run all commands at once : make all ### Viewing the app ### Open the following url on your browser to view swagger documentation http://127.0.0.1:5000/ ### Using Postman #### Authorization header is in the following format: Key: Authorization Value: "token_generated_during_login" For testing authorization, url for getting all user requires an admin token while url for getting a single user by public_id requires just a regular authentication. ### Full description and guide ### https://medium.freecodecamp.org/structuring-a-flask-restplus-web-service-for-production-builds-c2ec676de563 ### Contributing If you want to contribute to this flask restplus boilerplate, clone the repository and just start making pull requests. ``` https://github.com/cosmic-byte/flask-restplus-boilerplate.git ```