Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 423 Bytes

Movigo

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