Built with the Node.js, Express & MongoDB
Warning This project is still in development and is not ready for production use.
- Authentication
- User management
- Encrypted and hashed password using bcrypt
- Creating new user sessions using JWT
- Validation using Express Validator
- Uploading images to the server using Multer
- Interaction with MongoDB using Mongoose
- Node.js
- Express
- MongoDB
- Mongoose
- bgcrypt
- Express Validator
- jsonwebtoken
- multer
To get started with this project, run
git clone -b starter-code https://github.com/denvudd/breadit-project.github.io.git
then run
npm install
and after that run
npm run dev
and that's all you need to get started!
- Archakov Blog for this tutorial