Skip to content

gitcommitankit/social-media-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

HealTetherAssessment

I have tried to build a social media clone with the basic functionalities such as posting, liking the posts, commenting on the posts, sharing the posts. And all this has been done on top of MERN Stack and have used socket.io for realtime data transmissions and notifiacation alerts for th users. (The UI has been kept absolutely minimal for that reason and focused on the logic building in such a short time constraint.)

Getting Started

To get started, follow these steps:

Prerequisites

Before you begin, make sure you have the following software installed on your system:

Installing and running the porject

  1. Clone this repository to your local machine:

    • git clone https://github.com/ani1609/HealTetherAssessment.git
  2. Navigate to the project directory:

    • cd HealTetherAssessment
  3. Install server dependencies. Inside the server folder, run:

    • cd server
    • npm install
  4. Start the server:

    • node index.js
    • The server will start at localhost:3001
  5. Install client dependencies. In the project root directory, navigate to the client folder:

    • Now open HealTetherAssessment folder from another terminal and navigate into the client folder bu running the comman 'cd client'
    • npm install
  6. Start the client application:

    • npm start
    • The server will start at localhost:3000
  7. Open the app in two or more browsers

    • open browsers like chrome, brave, safari etc
    • Type localhost:3000 and enter
  8. Create User accounts with required given details

  9. Test for the features after succesfull account creation

Note: Use images of size <=1mb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors