Skip to content

This application is live on the following link. Hope you'll visit. Thank you :)

Notifications You must be signed in to change notification settings

asm-morshed/TodoWithAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App With Authentication

This is a simple todo application using NodeJS and ReactJS.

Following components are used:

server side

  • Node.js - as Javascript runtime
  • Express - web framework for Node.js
  • MongoDB - as NoSQL database
  • mongoose - as mongodb object modeling for Node.js
  • jwt - for token based authentication
  • Passportjs - as authentication middleware for Node.js
  • bcryptjs - for hashing password

client side

  • React - Javascript library for user interface
  • Redux - state container for Javascript apps
  • axios - promise based HTTP client for the browser and Node.js
  • react-router-dom - for route building

database

  • mlab - MongoDB database as a service
This project has finally been hosted on Heroku. Hope you'll visit.

About

This application is live on the following link. Hope you'll visit. Thank you :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published