This project is used to maintain customer details and developed using the following technologies
- GoLang
- Gin
- MongoDB
- Swagger
- gin-swagger
- Open the command prompt and navigate to root folder
- Download swag by using:
$ go get -u github.com/swaggo/swag/cmd/swag - Run swag init in the project's root folder which contains the main.go file
$ swag init - Run your app, and browse to http://localhost:8080/swagger/index.html.
Note: I made a simple authenticate as token. Please use Authorization header as "123-456-789"