https://github.com/app-generator/fullstack-react-express-material-design
React Express - Built with Automation Tools | AppSeed App Generator
https://github.com/app-generator/fullstack-react-express-material-design
appseed express full-stack material-design open-source react
Last synced: 7 months ago
JSON representation
React Express - Built with Automation Tools | AppSeed App Generator
- Host: GitHub
- URL: https://github.com/app-generator/fullstack-react-express-material-design
- Owner: app-generator
- License: mit
- Created: 2019-07-19T09:00:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T11:26:37.000Z (about 6 years ago)
- Last Synced: 2025-03-11T05:55:52.535Z (7 months ago)
- Topics: appseed, express, full-stack, material-design, open-source, react
- Homepage: https://appseed.us/apps/react/express/material-kit-creative-tim
- Size: 4.88 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [React Express - Material Design](https://appseed.us/apps/react/express/material-kit-creative-tim)
Full-Stack [React](https://reactjs.org/) [Material Design](https://demos.creative-tim.com/material-kit-react?ref=appseed) with [Express](https://expressjs.com/) backend server.

## Product Features
This full-stack app is built using a decoupled architecture, where the **React** Material Design frontend communicates with the Nodejs / [Express](https://expressjs.com/) backend through secure ajax call.
- Nodejs / [Express](https://expressjs.com/) backend
- SQLite database, managed by Sequelize ORM. A simple Users tabel is provided.
- JWT token authentication
- [React](https://reactjs.org/) [Material Design](https://demos.creative-tim.com/material-kit-react?ref=appseed) crafted by the famous Creative-Tim agency.
- Login and Registration featuresTo use and start this starter, a few simple steps must be followed:
- clone, build and start the [Nodejs Starter](https://github.com/app-generator/nodejs-starter) backend
- clone, built and start the [React Material Kit](https://github.com/app-generator/react-material-kit) frontend
## [Express](https://expressjs.com/) Backend
The backend server is a simple [Express](https://expressjs.com/) / [Nodejs Starter](https://github.com/app-generator/nodejs-starter) with **JWT authentication**, **SQLite** database, **Sequelize ORM**, unit tests and basic tooling.
```
$ #############################
$ # clone and build the backend$ git clone https://github.com/app-generator/nodejs-starter.git
$ cd nodejs-starter
$ yarn
$ yarn start # backend runs on port 3000
```
## [React Material Kit](https://github.com/app-generator/react-material-kit)
[React](https://reactjs.org/) 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
- [Nodejs / Express](https://github.com/app-generator/nodejs-starter) backend sources
- [React Material Kit](https://github.com/app-generator/react-material-kit) sources
- [React Express Material Design - Demo](https://react-express-material-kit.appseed.us/)
### What is [Express](https://expressjs.com/)
For newcomers, [Express](https://expressjs.com/) is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Read more about **Express** [here](https://expressjs.com/en/starter/installing.html)
### What is [React](https://reactjs.org/)
**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/)
### [Material Kit React](https://www.creative-tim.com/product/material-kit-react)
**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)
## Support
For issues and features request, use **Github** or access the [support page](https://appseed.us/support) provided by **AppSeed**
## License
MIT @ [AppSeed](https://appseed.us)
---
[React Express - Material Design](https://appseed.us/apps/react/express/material-kit-creative-tim) provided by **AppSeed**