Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indraxyz/nextjs-mui-expressjs-sequelize-mysql
understanding combination with Nextjs, Material Ui, expressjs, mySql, Sequelize.
https://github.com/indraxyz/nextjs-mui-expressjs-sequelize-mysql
crud expressjs javascript material-ui mysql nextjs reactjs sequelize-orm
Last synced: about 1 month ago
JSON representation
understanding combination with Nextjs, Material Ui, expressjs, mySql, Sequelize.
- Host: GitHub
- URL: https://github.com/indraxyz/nextjs-mui-expressjs-sequelize-mysql
- Owner: indraxyz
- Created: 2019-12-26T06:30:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T01:26:08.000Z (11 months ago)
- Last Synced: 2024-11-06T21:49:13.215Z (about 2 months ago)
- Topics: crud, expressjs, javascript, material-ui, mysql, nextjs, reactjs, sequelize-orm
- Language: JavaScript
- Homepage: https://youtu.be/dFaSAywaryI?si=ZD0U_c_G72QeBvBF
- Size: 3.74 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
understanding combination with Nextjs (custom server with express), Material Ui, expressjs, mySql, Sequelize
## Tech Stack
- Javascript = main language
- nextjs = frontedn framework
- material ui = component library (reactjs)
- Express = backend framework
- mysql = database
- Sequelize = database orm## Project Routes
all movies: GET /getMovie
select movie: GET /detailMovie/:id## Run Locally
- download or Clone this project
- Install dependencies/ package
- prepare your database (see on config folder), table structure on models folder
- prepare and start your local server
- ready to run project (suitable with your local server)## Authors
[@indracahyae](https://www.github.com/indracahyae)