{"id":16175130,"url":"https://github.com/app-generator/fullstack-flask-react-material-design","last_synced_at":"2025-03-19T00:31:06.536Z","repository":{"id":100503031,"uuid":"197778264","full_name":"app-generator/fullstack-flask-react-material-design","owner":"app-generator","description":"Flask React - Built with Automation Tools | AppSeed App Generator","archived":false,"fork":false,"pushed_at":"2019-09-08T09:23:40.000Z","size":8,"stargazers_count":28,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T05:55:52.493Z","etag":null,"topics":["appseed","flask","full-stack","material-design","open-source","react"],"latest_commit_sha":null,"homepage":"https://appseed.us/apps/flask-apps/material-kit-creative-tim","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-19T13:33:02.000Z","updated_at":"2024-07-24T11:35:09.000Z","dependencies_parsed_at":"2023-05-15T11:15:22.301Z","dependency_job_id":null,"html_url":"https://github.com/app-generator/fullstack-flask-react-material-design","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Ffullstack-flask-react-material-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Ffullstack-flask-react-material-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Ffullstack-flask-react-material-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Ffullstack-flask-react-material-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/fullstack-flask-react-material-design/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955700,"owners_count":20374373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appseed","flask","full-stack","material-design","open-source","react"],"created_at":"2024-10-10T04:44:11.678Z","updated_at":"2025-03-19T00:31:06.524Z","avatar_url":"https://github.com/app-generator.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Flask React - Material Design](https://appseed.us/apps/flask-apps/material-kit-creative-tim)\n\nFull-Stack [React](https://reactjs.org/) [Material Design](https://demos.creative-tim.com/material-kit-react?ref=appseed) with [Flask](https://palletsprojects.com/p/flask/) backend server.\n\n\u003cbr /\u003e\n\n![Flask React Material Design - Gif animated presentation.](https://github.com/app-generator/static/blob/master/products/flask-react-material-design-intro.gif?raw=true)\n\n\u003cbr /\u003e\n\n## Product Features\n\nThis full-stack app is built using a decoupled architecture, where the **React** Material Design frontend communicates with the [Flask](https://palletsprojects.com/p/flask/) backend through secure ajax call.\n\n - [Flask](https://palletsprojects.com/p/flask/) backend\n - SQLite database, managed by Sequelize ORM. A simple Users tabel is provided.\n - JWT token authentication\n - [React](https://reactjs.org/) [Material Design](https://demos.creative-tim.com/material-kit-react?ref=appseed) crafted by the famous Creative-Tim agency.\n - Login and Registration features\n\nTo use and start this starter, a few simple steps must be followed: \n\n - clone, build and start the [Flask boilerplate](https://github.com/app-generator/flask-boilerplate) backend\n - clone, built and start the [React Material Kit](https://github.com/app-generator/react-material-kit) frontend\n\n\u003cbr /\u003e\n\n## [Flask boilerplate](https://github.com/app-generator/flask-boilerplate) backend \n \nThe backend server is a simple [Flask](https://palletsprojects.com/p/flask/) with **JWT authentication**, **SQLite** database, **SQLAlchemy ORM**, unit tests and basic tooling.\n \n```\n$ #############################\n$ # clone and build the backend\n\n$ git clone https://github.com/app-generator/flask-boilerplate.git\n$ cd flask-boilerplate\n$ pip install -r requirements.txt\n$ flask run --port 3000 # start the Flask server\n```\n\n\u003cbr /\u003e\n\n## [React Material Kit](https://github.com/app-generator/react-material-kit)\n\n[React](https://reactjs.org/) app enhanced with **JWT Authentication** with fully functional login \u0026 registration flow. \n\n```\n$ #############################\n$ # clone and build the React Frontend\n\n$ git clone https://github.com/app-generator/material-kit-react.git\n$ cd material-kit-react\n$ yarn\n$ yarn start # Frontend runs on port 8080\n```\n\n\u003cbr /\u003e\n\n## Resources\n\n - [Flask boilerplate](https://github.com/app-generator/flask-boilerplate) backend sources\n - [React Material Kit](https://github.com/app-generator/react-material-kit) sources\n - [React Express Material Design - Demo](https://react-express-material-kit.appseed.us/)\n\n\u003cbr /\u003e\n\n### What is [Flask](https://palletsprojects.com/p/flask/)\n\nFlask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Read more about **Flask** [here](https://flask.palletsprojects.com/en/1.1.x/).\n\n\u003cbr /\u003e\n\n### What is [React](https://reactjs.org/)\n\n**React** (also known as React.js or ReactJS) is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. **React** can be used as a base in the development of single-page or mobile applications, as it is optimal for fetching rapidly changing data that needs to be recorded. Read more about React [here](https://reactjs.org/)\n\n\u003cbr /\u003e\n\n### [Material Kit React](https://www.creative-tim.com/product/material-kit-react)\n\n**Material Kit React** is a Free Material-UI@4.1.0 Kit with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. Along with the restyling of the Material-UI elements, you will find three fully-coded example pages, to help you design your next project. Read more about Material Kit React [here](https://www.creative-tim.com/product/material-kit-react)\n\n\u003cbr /\u003e\n\n## Support\n\nFor issues and features request, use **Github** or access the [support page](https://appseed.us/support) provided by **AppSeed** \n\n\u003cbr /\u003e\n\n## License\nMIT @ [AppSeed](https://appseed.us)\n\n\u003cbr /\u003e\n\n---\n[Flask React - Material Design](https://appseed.us/apps/flask-apps/material-kit-creative-tim) provided by **AppSeed**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Ffullstack-flask-react-material-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Ffullstack-flask-react-material-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Ffullstack-flask-react-material-design/lists"}