indracahyae / nextjs-mui-expressjs-sequelize-mysql

understanding combination with Nextjs, Material Ui, expressjs, mySql, Sequelize.

Home Page:https://youtu.be/dFaSAywaryI?si=ZD0U_c_G72QeBvBF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

understanding combination with Nextjs, Material Ui, expressjs, mySql, Sequelize.

https://youtu.be/dFaSAywaryI?si=ZD0U_c_G72QeBvBF


Languages

Language:JavaScript 100.0%