Skip to content

Antoney20/Rick-Morty

Repository files navigation

Rick and Morty API

This API provides access to data from the TV show "Rick and Morty". It allows users to retrieve information about characters, locations, and episodes featured in the series.

Features

  • Retrieve information about characters, locations, and episodes.
  • Filter characters by various parameters such as name, status, species, and more.
  • Filter locations by name, type, and dimension.
  • Filter episodes by name, episode, and air date.

Usage

To use this API, simply make HTTP requests to the appropriate endpoints.

You can find detailed documentation for the official API here.

Detailed documentation for each endpoint can be found below:

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them to your branch.
  4. Push your changes to your fork.
  5. Submit a pull request to the main repository.

License

This project is licensed under the MIT License.

Deployment

This API is deployed at https://antoney20-rick-morty-api.vercel.app/.

Installation

To set up this API locally, follow these steps:

  1. Clone the repository:

git clone https://github.com/antoney20/rick-morty-api.git

  1. Install dependencies:

npm install

  1. Start the server:

npm start

  1. The app will be available at http://localhost:5173.