Flask Soft Dashboard - Open-Source Starter | App-Generator.dev
Soft UI Dashboard Flask is an open-source Flask Dashboard created by AppSeed. It features a modern design with bold elements and is designed to help users create stunning websites and web apps. The theme is built on top of Bootstrap 5 and offers various features such as up-to-date dependencies, UI kit, persistence options (SQLite, MySql), authentication (Basic, OAuth via AllAuth for Github), API generator (using Flask-restX), deployment options (Docker, Page Compression), and CI/CD via Render. It provides a full-stack starter generated by AppSeed.
This module helps to generate secure APIs using Flask-restX. Follow these steps:
apps/models.py.apps/config.py, section API_GENERATOR.$ flask gen_api. The new code is saved in apps/api./api/MODEL_NAME.
/login/jwt/ request (username & password should be provided).By default, the app redirects guest users to authenticate. To access the private pages, follow this setup:
flask run.http://127.0.0.1:5000/register.http://127.0.0.1:5000/login.Soft UI Dashboard Flask is an open-source Flask Dashboard with a modern design and bold elements. It offers a range of features including up-to-date dependencies, a UI kit based on Bootstrap 5, persistence options (SQLite, MySql), authentication (Basic, OAuth via AllAuth for Github), API generation using Flask-restX, deployment options (Docker, Page Compression), and CI/CD via Render. The installation process can be done through Docker or manually on Unix/MacOS or Windows. It also provides a guide on how to create users and access private pages.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.