Skip to content

DraganAleksic99/blueroad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

blueroad

Social media app with features inspired by X (Twitter).


blueroad-home

Features

  • User profile
  • Users following each other
  • Who to follow suggestions
  • Posting messages with photos
  • Newsfeed with posts from followed users
  • Liking posts
  • Commenting on posts
  • Signup / Login

Stack

Quickstart

Clone this repository

Run the following command to clone the repo:

git clone https://github.com/DraganAleksic99/social-media-app.git

Frontend Setup

Navigate to the frontend directory:

cd /frontend

Install dependencies:

npm install

Start the development server:

npm run dev

Backend Setup

Navigate to the backend directory:

cd /backend

Install dependencies:

npm install

Fill out secrets:

cp .env.example .env

Open in your browser

You can now visit http://localhost:5137.