This is a simple Instagram clone built using Node.js, Express, EJS templating engine, and Mongoose for the backend. It includes authentication features using bcrypt, JWT, and cookie-parser, and is designed to work on a local server.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- Express
- EJS templating engine
- Mongoose
- bcrypt
- JWT
- cookie-parser
- Clone the repository
- Install dependencies with
npm install
- Start the server with
npm start
This project is designed to work on a local server only.
- Node.js
- Express
- EJS templating engine
- Mongoose
- bcrypt
- JWT
- cookie-parser
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests to us.
This project is licensed under the MIT License.
This repository contains the code for an Instagram clone built using Node.js, Express, EJS templating engine, and Mongoose. It includes authentication features using bcrypt, JWT, and cookie-parser, and is designed to work on a local server.