This application contains a Backend server written in Golang. It performs CRUD operations to create, read, update and delete movies. All the data is appended in slices DB is not connected yet.
How to Use??
Clone the repository using following command in your terminal.
** git clone https://github.com/Unnati-Gupta24/Movigo.git
Run the following command in your terminal.
** go run movie.go