Golang-Projects Contains some basic projects to get my hands on the language

Project 1 is a Bill Generation System for a restaurant.

The user gets an option to either i) Add an item to the bill ii) Add tip for the waiter iii) Save the bill(which saves the bill for the user in a file format)

image

The Saved bill is shown here image

Project 2- Simple Web Server. Server Endpoints are shown here---- Screenshot (1233)

CRUD API Website Flow- Screenshot (1235)

API testing-

i) Get All Movies from the Database Screenshot (1238) ii) Get Movie by ID Screenshot (1239) iii) Update Movie Details Screenshot (1239) iv) Create New Movie Screenshot (1240) v) Delete a Movie record Screenshot (1242)