# 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
Running the Application
- Clone the Repository:
git clone https://github.com/VictorMont03/golang-users-app.git cd golang-users-app
# Packages
No description provided by the author