/basketball

nternet Engineering midterm

Primary LanguageGo

API for basket-CRUD golang project

Clone project, install Docker and Docker Compose. In order to get the project up and running follow steps below :

set your configs in app.env :

cp app.env.sample app.env

docker containers :

docker compose up -d 

get golang packages :

go mod tidy

install air to autorun the server by this command :

air

Now the API should be up and running :)
you can use my simple postman collection
good luck !