Welcome to the Marvel Movie Search Project! This project aims to provide a convenient and user-friendly way to search for information about Marvel movies.
This project utilizes the Marvel API to fetch data about Marvel movies. Users can search for movies by name and character
- Search by Name: Users can search for movies by entering the name of the movie.
- Search by Character: Users can search for movies by entering the name of a character featured in the movie
- Authentication and Authorization: Implementing authentication and authorization mechanisms to secure the API endpoints and restrict access to unauthenticated users.
Here you can check api documentation: Api Documentation
To run this project locally, follow these steps:
-
Create a .env file in parent directory, refer attached sample.env file for environments variables.
-
Clone the repository:
git clone https://github.com/pradhyumvyas/MarvelMovie
-
Navigate to the project directory:
cd marvel-movie-search
-
Install dependencies:
npm install
-
Start the server:
npm run dev