Project : Go CRUD-API
I have made my second project (CRUD API server) in the golang.
Here is the github link to the project : https://github.com/navraj-singh-dev/go-crud-api
I recently learned golang to some extent and thought let's make new project in it.
So for my second project.. I made a "movies CRUD-API" in which we can add, delete, update, create movies and get all movies at once or get a single movie by using its id, this project was made with below mentioned tech and techniques.
I used:
I will keep it short here, complete explanation of this project can be found on my github.
Again here is the link : https://github.com/navraj-singh-dev/go-crud-api