Skip to content

This is an application made in express where you can perform Create, Read, Update and Delete (CRUD) operations on movies.

Notifications You must be signed in to change notification settings

OscarMeneses99/movies-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search for Information about Movies

This is an application made in express where you can perform Create, Read, Update and Delete (CRUD) operations on movies.

You can access the deployed application here: API Movies Documentation

Getting Started

To get a local copy of this project and run it on your machine, follow these steps:

Prerequisites

  • Node.js: Make sure you have Node.js installed on your computer. You can download it from nodejs.org.

Cloning the Repository

  1. Open your terminal.

  2. Change the current working directory to the location where you want to store the project.

  3. Run the following command to clone the repository to your local machine:

git clone https://github.com/OscarMeneses99/movies-backend.git
  1. Change the current working directory to the cloned repository:
cd movies-backend

Installing Dependencies

To install the project's dependencies, run the following command:

npm install

Running the Application

You can start the development server by running the following command:

npm run dev

About

This is an application made in express where you can perform Create, Read, Update and Delete (CRUD) operations on movies.

Topics

Resources

Stars

Watchers

Forks