Skip to content

BalamutDiana/crud_movie_manager

Repository files navigation

Movie list management app

TODO:

  • add documentation for authorization and registration

Tools:

  • go 1.19
  • postgres

How to use this on Windows

Run containers:

docker-compose up --build crud_movie_manager

Json example for POST query:

{
    "title": "Witcher",
    "release": "2020",
    "streamingService": "Netflix"
}

API example

image

About

movie list management app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published