Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T04:52:40.000Z (8 months ago)
- Last Synced: 2024-03-03T05:30:43.228Z (8 months ago)
- Topics: backend, ejs, express, express-session, javascript, mongodb, mongoose, multer, nodejs, passportjs
- Language: EJS
- Homepage:
- Size: 9.16 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
```