Skip to content

soeguet/register-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

register-api

this repository contains a simple restful api developed in go. this api allows for a basic validation of the register-report web app

installation

this project uses go and go modules for dependency management. i did not use any external dependencies other than the ones i needed for testing.

install the project dependencies by running the following command:

go mod download

run the project by running the following command:

go run main.go

contributing

this project is a personal project and feature complete as for now. if you have any suggestions, feel free to open an issue.

tests

don't be past-me and write tests.

you can run the tests by running the following command:

go test

license

this project is licensed under the mit license - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages