rating

module
v0.0.0-...-20ebf41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: MIT

README

Movie Rating System - ⭐ Rating Service

This Golang service handles movies Ratings creation and visualization for the Movie Rating System backend.

Requirements

  • Go (v1.18 or higher)
  • MongoDB

Setup

  1. Install dependencies using go mod tidy.
  2. Set up your MongoDB instance and update the connection details in the configs/development.toml file. Or just run the make run-db command in the root directory of this monorepository.
  3. Run the service using make run.
  4. To run the unit tests, use make test.

Technologies Used

  • Golang
  • MongoDB

Endpoints

  • You can check, try out and see the models and status codes for every endpoint in the Swagger documentation. With the service running, it is accessible via http://localhost:8082/docs

Directories

Path Synopsis
cmd
Package docs Code generated by swaggo/swag.
Package docs Code generated by swaggo/swag.
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL