Skip to content

velusgautam/go-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Simple REST API project

Routes

The below endpoints are defined in the routes. It will start in localhost:2001

- /        | Home page route
- /users   | List of users temp data
- /count   | Count of users

How to run

go run main.go

Content-Type

Content-Type is json for /users and /count

Notes

Folder name should be go-backend If you change folder name make nessasary changes inside code also.

Maintainer

Velu S Gautam

About

A simple REST service in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages