Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.22 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.22 KB

social-share

Social Share is an web application where user can create account and post their thoughts also he/she can comment on their/other's post. Someone can search posts.

Setting Up Locally

To run this project locally, follow these instructions:

Step 1: Clone the Repository

git clone https://github.com/your-username/your-repo.git

Step 2: Set Up Client

Navigate to the Client Directory:

cd client

Install Dependencies:

npm install

Start the Client:

npm run dev

This will launch the client application. Open your browser and visit http://localhost:5173/ to access the client.

Step 3: Set Up Server

Navigate to the Server Directory:

cd server

Install Dependencies:

npm install

Start the Server:

npm run dev

This will start the server. Open your browser and visit http://localhost:8080 to interact with the server.

Now, both the client and server of your project should be running locally.

Data Modeling in MongoDB

image
Have a look at here (data modeling in eresar io) - https://app.eraser.io/workspace/aApp3ZG1hjfkrHM4iS8a?origin=share