piyushkumar96 / react-golang-mini-application

react-golang-mini-application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

react-golang-mini-application


Languages

Language:JavaScript 68.7%Language:Go 29.6%Language:HTML 1.1%Language:CSS 0.7%