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.
- Host: GitHub
- URL: https://github.com/mrunal-malkar/basic-social-app-me_n-stack-backend
- Owner: Mrunal-Malkar
- Created: 2025-01-29T17:04:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T03:51:46.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:42:43.344Z (about 1 year ago)
- Topics: backend, backendproject, express, mongoose, node, socialapp
- Language: EJS
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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