Skip to content

A simple API that registers users and returns registered users

License

Notifications You must be signed in to change notification settings

gillerick/UsersAPIGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Users API

This is a simple Golang REST API that registers user details and returns registered user details on a GET request

Language Platform Author
Go Lang Azure Web App Gill Erick

Endpoints

GET POST

Installation

For Development, you need Go lang setup. Please follow this link to get started with the setup Go Lang Setup.

Get code to your local for development

  • Clone this repository

    $ git clone https://github.com/YOUR_USERNAME/REPOSITORY_NAME.git

Deploying on Azure

Any change to this repository will result in triggering a workflow to build and deploy this app on azure as an app service. Learn more about Azure App Service and Github Actions.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License:

See LICENSE.