Skip to content

khwilo/movie-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Review API

Build Status Maintainability Test Coverage

Movie review API where users can review various movies and series that one has watched.

API ENDPOINTS

  • POST /api/v1/auth/register - Register a user
  • POST /api/v1/auth/login - Login a user
  • GET /api/v1/users - Fetch all existing users
  • GET /api/v1/users/{id} - Fetch one existing user

USAGE

  1. Clone the repository
  2. cd into the project
  3. Run these commands on your terminal:
$ mvn clean install
$ java -jar target/movie-api-0.0.1-SNAPSHOT.jar

About

Review movies and TV shows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages