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
- Host: GitHub
- URL: https://github.com/amdzy/greenlight
- Owner: amdzy
- License: mit
- Created: 2023-12-18T13:25:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T13:57:20.000Z (about 1 year ago)
- Last Synced: 2025-01-22T02:28:40.071Z (5 months ago)
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).