Skip to content

Files

Latest commit

 

History

History
33 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.29 KB

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.