Skip to content

william-cesar/crud-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users API

Table of Contents

Description

The application allows the user to create, read, update, and delete data in a database.

It uses the following technologies:

Features

>>> The project is available here <<<

Users can sign up. Once signed in, an email is sent to the user with an activation link. The user can then activate the account. Following activation, the user must log in, so a token is generated. The user can perform various operations such as retrieving data by id, by email, updating, and deleting data if logged in.

Project Structure

The project is based on the MVC pattern.