Skip to content

adrianedy/go-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go GraphQL

Simple vanilla Go CRUD application with mongoDB database with its mflix dataset that I use for my thesis about benchmarking REST API and GraphQL.

Usage

To use this application run

go run main.go

The server will be served at http://localhost:8081

This app provides the following endpoints:

  • GET /movies: return all movies data with limit from query string (default: 10)
  • POST /comments: creates new comment
  • PUT /comments/:id: updates an existing comment
  • DELETE /comments/:id: deletes a comment

Related Repository

Below is another repository used for my thesis.

About

Simple vanilla Go CRUD application with mongoDB database with its mflix dataset that I use for my thesis about benchmarking REST API and GraphQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages