Release Notes
Version 1.0.0 (Initial Release)
Features:
-
Modular Structure: The project is organized into modular components such as routes, models, and views, promoting maintainability and scalability.
-
Configurability: Configuration settings are stored in separate files, with sensitive information placed in an instance folder, enhancing security and flexibility.
-
RESTful API Support: Built on the Flask web framework, providing a solid foundation for developing RESTful web services.
Getting Started:
- Navigate to the project directory.
- Run
pip install -r requirements.txt
to install the required packages. - Run
config.bat
orconfig.sh
to set the environment variables. - Run the app with
flask run
or justpython run.py
.
Usage:
This is a template repository, allowing users to use it as a starting point for their own projects. It provides flexibility for modifying the project structure, adding new features, and customizing the code to suit individual needs. Simply clone the repository and start building your own RESTful web services.
Contributors:
- eddiegulay
Feel free to contribute to this project and make it even better!
Thank you for choosing Flask-Rest!