Skip to content

thimovez/service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone project on your local machine

$ git clone git@github.com: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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors