Skip to content

piyushkumar96/react-golang-mini-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Watch a Movie!

This my first React as frontend and Go as backend mini application. This application basically to handle movies along with genre.

Requirement

  1. React
  2. Golang
  3. Postgres

Features

  1. Add movies and genre.
  2. Manage movies and genre.
  3. Search movies using graphql.
  4. Movie Poster added from themoviedb.com by api call.

Start Application

  1. starting frontend
    $ cd movies-app-frontend && npm start

Note:- username:- piyush25032@gmail.com password:- password

  1. starting backend
    $ cd movies-app-backend && go run cmd/api/*.go

Screens

  1. Home Screen hld
  2. Login Screen hld
  3. Movies Screen hld
  4. One Movie Screen hld
  5. Genres Screen hld
  6. One Genre Screen hld
  7. Add movie Screen hld
  8. Manage Catalogue Screen hld
  9. Edit Movie Screen hld
  10. GraphQL Movies Screen hld
  11. GraphQL One Movie Screen hld