Skip to content

olegdayo/mts-go-classes

Repository files navigation

Go stuff hapening here

Build

This is a CRUD app

Examples of requests:

  • GET localhost:8080/ping
  • GET localhost:8080/users
  • GET localhost:8080/user/{username}
  • PUT localhost:8080/user/{old_username}?username={new_username}&password={new_password}
  • DELETE localhost:8080/user/{username}
  • POST localhost:8080/registration?username={username}&password={password}
  • GET localhost:8080/login
    • Needs basic auth header
  • GET localhost:8080/verify
    • Needs basic auth header

About

Simple CRUD app written in Go and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published