All Projects → manikandanraji → Instaclone Backend

manikandanraji / Instaclone Backend

Instagram clone using MERN stack

Programming Languages

javascript
184084 projects - #8 most used programming language

Instaclone Backend

Instagram clone using MERN stack

This is the backend repo built with Express and MongoDB. If you looking for the frontend repo, click here

Check out the deployed site

Running Locally

At the root of the project, you should have a .env with the following contents

JWT_SECRET=<yoursupersecret>
JWT_EXPIRE=30d // or anything you prefer
MONGOURI=<your_mongodb_connection_uri>

Then run npm i && npm run dev to start the development server

Deploying the backend to heroku

First create an heroku account and install the heroku cli globally and login

npm i -g heroku
heroku login

Once logged in, create a new heroku application and push it to the remote 'heroku'

heroku create
git push heroku master

Then we need to manually setup the environmental variables using the heroku dashboard

UI

Home

Home

Explore

Explore

Followers

Followers

Profile

Profile

Edit Profile

Edit Profile

New Post

New Post

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].