All Projects → app-generator → fullstack-flask-react-material-design

app-generator / fullstack-flask-react-material-design

Licence: MIT license
Flask React - Built with Automation Tools | AppSeed App Generator

Projects that are alternatives of or similar to fullstack-flask-react-material-design

material-kit-react
React Material Kit - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 18 (-33.33%)
Mutual labels:  full-stack, appseed
FlutterAngel
A Flutter App with Angel backend.
Stars: ✭ 13 (-51.85%)
Mutual labels:  full-stack
programming-note
Lecture notes on Computer Science, Web Development, and System Design
Stars: ✭ 199 (+637.04%)
Mutual labels:  full-stack
app
Aplus Framework App Project
Stars: ✭ 338 (+1151.85%)
Mutual labels:  full-stack
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+537.04%)
Mutual labels:  full-stack
ProjectReward
A software to shortlist and find the best options spread available for a given stock and help it visualise using payoff graphs.
Stars: ✭ 57 (+111.11%)
Mutual labels:  full-stack
Meteor-Tutorials
Meteor官方教程(中文翻译)
Stars: ✭ 44 (+62.96%)
Mutual labels:  full-stack
django-now-ui-dashboard
Django Dashboard - Now UI Design | AppSeed
Stars: ✭ 15 (-44.44%)
Mutual labels:  appseed
autoload
Aplus Framework Autoload Library
Stars: ✭ 18 (-33.33%)
Mutual labels:  full-stack
django-datatables-sample
Django - Datatables Sample | AppSeed
Stars: ✭ 47 (+74.07%)
Mutual labels:  appseed
tailwind-css-components
Tailwind CSS Components - Free and Open-Source Tailwind Components | AppSeed
Stars: ✭ 56 (+107.41%)
Mutual labels:  appseed
mongodb-backup-manager
🌿 A Full-stack MongoDB Backup System.
Stars: ✭ 42 (+55.56%)
Mutual labels:  full-stack
stack
🥭 nxpm-stack lets you generate a complete and opinionated full-stack application in a Nx Workspace, ready to extend and deploy!
Stars: ✭ 98 (+262.96%)
Mutual labels:  full-stack
django-material-kit
Django Boilerplate - Material Kit Design | AppSeed
Stars: ✭ 36 (+33.33%)
Mutual labels:  appseed
fullstack-ts-boilerplate
Full-stack boilerplate in TS using modern technology
Stars: ✭ 25 (-7.41%)
Mutual labels:  full-stack
create-full-stack
Set up a TypeScript full stack with one command.
Stars: ✭ 94 (+248.15%)
Mutual labels:  full-stack
django-soft-ui-design
Soft UI Design System - Django Starter | AppSeed
Stars: ✭ 58 (+114.81%)
Mutual labels:  appseed
black-dashboard-django
Black Dashboard - Open-source Django Template | Creative-Tim
Stars: ✭ 61 (+125.93%)
Mutual labels:  appseed
flask-dashboard-modular-admin
Flask Dashboard - Modular Admin Design | AppSeed
Stars: ✭ 53 (+96.3%)
Mutual labels:  appseed
trouble-training
FullStack DDD/CQRS with GraphQL workshop including distributed tracing and monitoring. This shows the configuration from React frontend to .Net backend.
Stars: ✭ 271 (+903.7%)
Mutual labels:  full-stack

Flask React - Material Design

Full-Stack React Material Design with Flask backend server.


Flask React Material Design - Gif animated presentation.


Product Features

This full-stack app is built using a decoupled architecture, where the React Material Design frontend communicates with the Flask backend through secure ajax call.

  • Flask backend
  • SQLite database, managed by Sequelize ORM. A simple Users tabel is provided.
  • JWT token authentication
  • React Material Design crafted by the famous Creative-Tim agency.
  • Login and Registration features

To use and start this starter, a few simple steps must be followed:


Flask boilerplate backend

The backend server is a simple Flask with JWT authentication, SQLite database, SQLAlchemy ORM, unit tests and basic tooling.

$ #############################
$ # clone and build the backend

$ git clone https://github.com/app-generator/flask-boilerplate.git
$ cd flask-boilerplate
$ pip install -r requirements.txt
$ flask run --port 3000 # start the Flask server

React Material Kit

React app enhanced with JWT Authentication with fully functional login & registration flow.

$ #############################
$ # clone and build the React Frontend

$ git clone https://github.com/app-generator/material-kit-react.git
$ cd material-kit-react
$ yarn
$ yarn start # Frontend runs on port 8080

Resources


What is Flask

Flask 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.


What is React

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


Material Kit React

Material Kit React is a Free [email protected] 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


Support

For issues and features request, use Github or access the support page provided by AppSeed


License

MIT @ AppSeed



Flask React - Material Design provided by AppSeed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].