The application is a list of movies where you can:
-
Add a new movie
-
Read existing movies.
-
Update information about a movie.
Node.js installed on your machine.
Basic familiarity with JavaScript, HTML, and CSS.
To get started with the project, follow these steps:
1 - Clone the repository: git clone https://github.com/juamrm/movie-list
cd movie-list .
2 - Install the dependencies:
npm install
3 - Start the json-server:
npm run apiFake
This will start a server on your local host that will serve as our mock API.
4 - Open the index.html file:
You can open index.html in your browser to see the application in action.
Javascript, HTML, CSS...