Skip to content

avsarcs/node-task-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-task-app

This is the back-end for a to-do application with user authentication. Users and their associated tasks are stored in a MongoDB database. Mongoose is used to create User and Task schemas along with their associated middleware. Express.js is used to handle incoming requests in the style of REST API. Passwords are hashed before saving and environment variables are taken advantage of to protect sensitive information.

This project is the result of following along the tutorials of Andrew J. Mead on Udemy.

About

Built using Node.js, MongoDB and Mongoose, and integrated with REST APIs, this is a Task Manager application that helps users track their responsibilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors