Skip to content

a-const/apiInterview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Api interview task

- Written by Konstantin Astankov

Additional:
Dockerfile and docker-compose.yml
Exported workspace from Postman (SimpleAPI.json)

Usage

POST localhost:8080/users - Creating new user
GET localhost:8080/users/<username> - Getting info about username
DELETE localhost:8080/users/<username> - Delete username
PUT localhost:8080/users/<username> - Update uername data
GET localhost:8080/users - Get all users

About

Interview task for Golang position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published