An open API service indexing awesome lists of open source software.

https://github.com/mrunal-malkar/basic-social-app-me_n-stack-backend

this is the basic app which has authorization as well as authentication with concepts of data association.It's a good project if you are beginner and want hands on learning.The frontend is not in focus so they are build using ejs and not react.
https://github.com/mrunal-malkar/basic-social-app-me_n-stack-backend

backend backendproject express mongoose node socialapp

Last synced: 3 months ago
JSON representation

this is the basic app which has authorization as well as authentication with concepts of data association.It's a good project if you are beginner and want hands on learning.The frontend is not in focus so they are build using ejs and not react.

Awesome Lists containing this project

README

          

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