Skip to content

This is simple web application with authorization using go clean template structure

License

Notifications You must be signed in to change notification settings

thimovez/service

Repository files navigation

Installation

Clone project on your local machine

$ git clone [email protected]:thimovez/service.git

Running Application in production mode

Make sure you have Docker Compose installed.

docker compose up service

Running Application in develop mode

Run database

make db

Run backend

make app
Method URL Pattern Action Command
POST /authorization/login Login registered user into service curl -i -X POST http://localhost:4000/snippet/create
POST /authorization/registration Register user into our service curl -i -X POST http://localhost:4000/snippet/create
POST /authorization/refresh Renew refresh token when access token expired curl -i -X POST http://localhost:4000/snippet/create

About

This is simple web application with authorization using go clean template structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published