Skip to content

Backend to user authentication by token and task CRUD created with Node, Express and MongoDB

Notifications You must be signed in to change notification settings

JhonHDev/task-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Node App

Backend creado con Node que posee una autenticación por token (jwt) y operaciones CRUD para tareas por hacer

Para usar el proyecto: 👇

  1. Clonar el repositorio
git clone https://github.com/JhonEsteban/task-node-app.git
  1. Instalar los módulos de node
npm install
  1. Agregar las variables de entorno requeridas en el archivo .env
PORT=
MONGO_QUERY=
JWT_SECRET=
APP_EMAIL=
APP_PASSWORD=
PASSWORD_LINK_BASE=
PASSWORD_LINK_ENDPOINT=
  1. Iniciar el servidor de desarrollo
npm run dev

Mis redes sociales 👋🏼

About

Backend to user authentication by token and task CRUD created with Node, Express and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published