PhotoSharing-MERN app

The MERN app is divided in 2 parts:

  • Client Side
  • Server Side

Client Side

The Client Side of the app consists of the React app, and the frontend Part

To run the client side of the app you need to first install dependecies using node

cd client/
npm install

And to start the react app while you are in Client directory

npm start 

Server Side

The Server side consists of the authentication of users and generation of a dashboard for them

The database used in the project is mongoDB

To run the server side of the program first you need to install dependencies

cd server/
npm install

And to start the express server while you are in Server directory

npm run dev

Also Open you MongoDb cmopass and start its connection too

Steps to use App

  • Start server side server
  • Start Client side server
  • Connect Mongo

With This you are good to go: HAPPY CODING 😄