Welcome to Lighten API Service, a JSON web service for organizing, retrieving, and managing movie information. This service is designed to simplify and enhance the management of movie data, providing developers and users with a robust API for interaction.
- Efficient Movie Search: Quickly find movies based on various criteria.
- Detailed Information: Access comprehensive details about each movie.
- Data Management: Tools for adding, updating, and deleting movie information.
- Go: For backend services, providing fast and reliable performance.
- PostgreSQL: As the database backend.
- cmd/: Command-line applications that interact with the service.
- internal/: Core application code including business logic.
- migrations/: Database migrations for consistent setups.
- remote/: Integration with remote server setup.
- Clone the repository:
git clone https://github.com/IkehAkinyemi/lighten-api-service.git
- Navigate to the directory:
cd lighten-api-service
- Follow the setup instructions to run the service (specific commands and further setup instructions should be detailed here).
Feel free to contribute to the improvement of the Lighten API Service. Whether it's bug fixes, feature additions, or improvements in the documentation, your contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.