Skip to content

MunchApp/munchserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Munch Server

travis Coverage Status

Running Server

Run go install in . Then, run go run server.go or, for live reloading, gin -p 80 run server.go

Clearing database

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({})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages