REST-API in golang for CRUD'ing movies in mongoDB.
- Golang
- Mongo DB
- Postman to test the API's
- Set configurations in config.toml file
Edit config file to set sever port and database. Then in the project directory run
$ go run main.go
$ go test ./tests/*
MIT