This project focuses only on backend topics and uses ejs to provide basic frontend.
What project includes? -authentication and authorisation using jwt and bcrypt -data association in mongoose database. -middleware practises (authonticate) -multer for file transfer.
the project is great practise for beginner learners.
install all the dependencies of project using the command : npm install
tech stack: -mongoose -express -node -bcrypt -jwt -ejs -multer