https://github.com/anshsinghsonkhia/instagram-clone-backend
Instagram-Clone-Backend
https://github.com/anshsinghsonkhia/instagram-clone-backend
backend ejs express express-session javascript mongodb mongoose multer nodejs passportjs
Last synced: 2 months ago
JSON representation
Instagram-Clone-Backend
- Host: GitHub
- URL: https://github.com/anshsinghsonkhia/instagram-clone-backend
- Owner: AnshSinghSonkhia
- License: mit
- Created: 2024-02-12T07:00:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T04:52:40.000Z (over 2 years ago)
- Last Synced: 2025-05-30T12:50:53.883Z (about 1 year ago)
- Topics: backend, ejs, express, express-session, javascript, mongodb, mongoose, multer, nodejs, passportjs
- Language: EJS
- Homepage:
- Size: 9.17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Backend Clone
## Tech-Stack:







### PassportJS - passportjs.org
- Simple, unobtrusive authentication for Node.js
- Passport is authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to any Express-based web application. A comprehensive set of strategies support authentication using a username and password, Facebook, Twitter, and more
### Multer
used to upload the images. Users will be able to upload images.
# To Run Website App on Server:
```shell
npx nodemon
```