Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 433 Bytes

Movies database

Table of contents

General info

This project is a simple database made in PostgreSQL to learn how to use Spring Framework and REST. Using POST request, user can add movie to the database. Also, using GET request user can find movie by Id or by a name.

Technologies

Project created with:

  • PostgreSQL
  • Java
  • Spring Framework
  • Maven