Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

veritem/photo-sharing-site

Repository files navigation

Instgram clone

MERN project inspired by instagram

what is does

  • Loggin user
  • Registering user
  • Adding post
  • Deleting a post
  • Edit profile
  • Liking a post
  • Adding a comment to a post
  • Delete a post

How to run it on local environment

  git clone https://github.com/makuzaverite/mern-Instagram-clone.git

  cd mern-Instagram-clone

  npm install

  cd client

  npm install

Create a file called .env inside config folder

Assign values to the corresponding variables inside the .env file for all of your environment variables for the app to work

   config/.env
        NODE_ENV=development
        PORT=5000
        MONGO_URI
        JWT_SCRET=
        JWT_EXPIRE=

        FILE_UPLOAD_SIZE=
        FILE_UPLOAD_PATH=
        POST_FILE_PATH=

Releases

No releases published

Packages

No packages published

Languages