/My-Gram

Primary LanguageJavaScript

My-Gram

Description

  • It is a social media website where a user can create an account, login, follow and unfollow a user, add posts etc.
  • The data of the user is stored in mongoDB so if a user login from other device also he will get all his data back.
  • Also the password is bcrypted so the password is not visible even to the person who has tbe acess to the mongoDB data.

System Requirements

To get started with development, you need to install few tools

  • git
    git version 2.13.1 or higher. Download git if you don't have it already. To check your version of git run:

    git --version
  • node

    node version 16.15.1 or higher. Download node if you don't have it already.

    To check your version of node run:

    node --version
  • npm

    npm version 5.6.1 or higher. You will have it after you install node.

    To check your version of npm run:

    npm --version
  • yarn

    yarn version 1.0.1 or higher.

    To check your version of yarn run:

yarn --version

Getting started

For getting the developmment enviornment

  • Clone the repositry.
  • Install all the required packages and depensies as in package.json.
  • run both frontend and backend simontaneously

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Screenshorts

2022-11-22

2022-11-20 (5)

2022-11-20 (1)

Issues

Changes and additions are invited.

It is recommened to first raise an issue and then do PR's and changes.