Creating and movie list app
First - Create an API for the movie list project
Second - Front end table to show the data.
⇨ Use pattern MVC ⇨ Use verbs HTTP and REST ⇨ Implement all Crud operations ⇨ Use design pattern DAO
- Understand the problem
- Model the db
- Understand the API
- Create the API
- Integrate with front end
SQLite, Sequelize, Express, Axios, React, Bootstrap
◼ Install the dependencies
bash
git clone https://github.com/barbmariana/Cinema_MVP_Case1_Individual
npm install
npm start
◼ Install front end
bash
git clone https://github.com/barbmariana/Cinema_MVP_Case1_Individual
cd src
cd views
cd listaFilmesApp
cd src
npm i
npm run dev