Task manger to create edit delete task using express.js and mongodb as server and react in the client side
##Index
Check Demo
- Uses Express as the application Framework.
- Manages jwt Token jsonwebtoken package.
- Authenticates via username and password jsonwebtoken package..
- Passwords are hashed using [bcryptjs]https://github.com/dcodeIO/bcrypt.js package.
- Uses MongoDB, Mongoose and MongoLab(mLab) for storing and querying data.
- upload Avatar using multer
- send email using sendgrid services and its sendgrid.
- using react in the client side
Make sure you have Node.js and npm installed.
-
Clone or Download the repository
$ git clone https://github.com/seif1000/Task-Manger-React-Hooks.git $ cd Task-Manger-React-Hooks
-
Install Dependencies
$ npm install
-
install client side Dependecies
$ npm client-install
-
Start the application
$ npm run dev
Your app should now be running on localhost:3000.