Skip to content

Flask Rest

Latest
Compare
Choose a tag to compare
@eddiegulay eddiegulay released this 13 Feb 10:22

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:

  1. Navigate to the project directory.
  2. Run pip install -r requirements.txt to install the required packages.
  3. Run config.bat or config.sh to set the environment variables.
  4. Run the app with flask run or just python 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!