Skip to content

Devansh-365/gofiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go REST API

A RESTful API with Go

It is build with golang, gofiber and mongodb

Installation & Run

# Download this project
go get github.com/Devansh-365/gofiber
# Build and Run
cd gofiber
go build
./gofiber

# API Endpoint : http://127.0.0.1:3000

API

/users

  • GET : Get all users

/users/:userId

  • GET : Get a user

/user

  • POST : Create user

/user/:userId

  • PUT : Update a user
  • DELETE : Delete a user

Todo

  • Support basic REST APIs.
  • Support Authentication with user for securing the APIs.
  • Write the tests for all APIs.
  • Organize the code with packages
  • Make docs with GoDoc
  • Building a deployment process

About

REST API with Golang, MongoDB & Fiber

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published