/movies_API

A Javascript API and web app to save movies into a database

Primary LanguageJavaScript

Movies list API - MVP

Creating and movie list app

First - Create an API for the movie list project
Second - Front end table to show the data.

Goal 📍

⇨ Use pattern MVC ⇨ Use verbs HTTP and REST ⇨ Implement all Crud operations ⇨ Use design pattern DAO

Steps 📑

  1. Understand the problem
  2. Model the db
  3. Understand the API
  4. Create the API
  5. Integrate with front end

Technologies 🌐

SQLite, Sequelize, Express, Axios, React, Bootstrap

How to Use 🔨

◼ 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