Mangee Flask-RESTful is a template/framework designed to simplify the process of building scalable RESTful Flask applications.
-
Clone the repository
git clone https://github.com/RapDoodle/mangee-flask-restful.git
-
Install required Python packages
For Linux users
$ pip3 install -r requirements.txt
For Windows users
$ pip install -r requirements.txt
Please be noted that some dependencies may not be installed on Debian and Ubuntu. If an error occurred while installing
bcrypt
, run the following commandsudo apt-get install build-essential libffi-dev python-dev
-
Spinup a development server
$ python3 run.py dev
In the last argument,
dev
specifies the name of the configuration. Please visit the documents on configurations under thedocs
folder for more information about the configurations.
- Bowen WU (@RapDoodle)
The project is licensed under the GNU General Public License v3.
Copyright (c) 2021.