Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users API in Golang

This repository contains a simple CRUD (Create, Read, Update, Delete) API for managing users implemented in Golang. It utilizes the Gin framework for handling HTTP requests.

Prerequisites

Before running the project, ensure that you have the following installed on your system:

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/ArtemBurakov/users-golang.git
    cd users-golang
    
  2. Create a .env file in the project root and set the required environment variables

    PORT=8045
    GIN_MODE=release
    
  3. Build and run the project using the provided Makefile commands

    make docker-all
    
  4. Access the API at http://localhost:8045/api/users (assuming you set PORT=8045 in your .env file).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages