Run go install in .
Then, run go run server.go
or, for live reloading, gin -p 80 run server.go
To clear things from your localhost database, run the following commands in the mongo shell
use munch
db.foodTrucks.deleteMany({})
db.users.deleteMany({})
db.reviews.deleteMany({})