Repository to learn and create Node Project, Create a 11 node project with different specification to learn more much concept of node
Clone this repository
# project_folder/
npm install
# Run server
npm run dev
# Access the Server:
http://localhost:5000/
To complete Specification visit the project
Implement Docker with nodejs , In which create a simple commenting (post) system with complete authentication and authrization and memory manegment with redis
- specification: Docker and redis
This is a bootcamp create project, in which we can create a bootcamp, add course, add a comment, complete authentication and authrization and more.
- specification: Advanced Mangoose query
Node-mysql project , make a complete user system in which a user can register, login, update profile photo, delete profile, forget password, reset password, hashing password , session manegment complete authenication and authrization
- specification: Node Mysql(sequilize)