Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```