Skip to content

Waguilar33/pruebaBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pruebaBackend

This server lets you save messages with their respective tags. Also, it allows the user to search a single messages by a given ID or all the messages that are assign to a given TAG.

This server uses HMAC for its authentication. In cryptography, an HMAC is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key.

Getting Started

Prerequisites

This server is build using nodeJS. More information on how to install it in the link below.

Download NodeJS

Installation

  1. Clone the repo
git clone https://github.com/Waguilar33/pruebaBackend.git
  1. Install all require dependencies
npm install
  1. Launch the node server
npm start

About

Test for master development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published