Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)