An open API service indexing awesome lists of open source software.

https://github.com/amdzy/greenlight

Greenlight is a powerful JSON API designed for retrieving and managing information about movies. Inspired by the Open Movie Database API
https://github.com/amdzy/greenlight

Last synced: 3 months ago
JSON representation

Greenlight is a powerful JSON API designed for retrieving and managing information about movies. Inspired by the Open Movie Database API

Awesome Lists containing this project

README

        

# Greenlight - Movie Information Management API

Greenlight is an API designed for retrieving and managing information about movies. Inspired by the Open Movie Database API, Greenlight offers a comprehensive set of endpoints to cater to various functionalities related to movie data. Whether you need to retrieve details about all movies, create a new movie entry, update movie information, or manage user authentication, Greenlight has got you covered.

## Features

- **Health Check Endpoint**: Assess the application's health and retrieve version information.
- **Movies Endpoint**: Interact with movie data, including listing, creating, updating, and deleting movies.
- **User Management Endpoint**: Handle user-related actions, including registration, activation, password update, and token generation.
- **Token Management Endpoint**: Generate authentication and password-reset tokens.
- **Metrics Endpoint**: Display application metrics for debugging purposes.

## Getting Started

To get started with Greenlight API, follow these steps:

1. Clone the repository: `git clone https://github.com/amdzy/greenlight-api.git`
2. Install dependencies: `npm install`
3. Configure the environment variables.
4. Run the application: `npm start`

## License

This project is licensed under the [MIT License](LICENSE).