Categorygithub.com/VictorMont03/golang-users-app
modulepackage
0.0.0-20241206003037-e2ec9cb7ad5a
Repository: https://github.com/victormont03/golang-users-app.git
Documentation: pkg.go.dev

# README

Golang Users App

This application is designed to enhance skills in GoLang, featuring basic CRUD operations for user management. Additional features will be added in future updates.

:bulb: Features

  • User Management: Create, read, update, and delete users with ease.
  • REST API: Full REST API to manage user data, allowing easy integration with other applications.
  • MVC Architecture: Organized in a Model-View-Controller structure, enhancing maintainability and scalability..

:wrench: Setup

Requirements

  • Go (version 1.16 or higher)
  • Docker (for containerized setup)
  • MongoDB (or your preferred database)

Running the Application

  1. Clone the Repository:
    git clone https://github.com/VictorMont03/golang-users-app.git
    cd golang-users-app
    

# Packages

No description provided by the author