Skip to content

SomyaRanjanSahu/Friendzy-Social-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions React React Router NodeJS Express.js MySQL Visual Studio Code Git GitHub


Logo

Friendzy

A full-stack social media website.

Table of Contents
  1. About The Project
  2. Built With
  3. Screenshots
  4. Database Schema
  5. Getting Started

About The Project

This project is a dynamic social media website developed using React and MySQL. It offers users a platform to connect, share, and interact with others in a virtual community. The website provides features such as user registration, profile creation, posting, commenting, liking, and following other users. With its intuitive user interface and efficient database management, this project showcases the capabilities of modern web development technologies.

Built With

Following technologies and libraries are used for the development of this website

Screenshots







Database Schema

Getting Started

  • Clone the repository.

  • Install the node modules using :

    npm install

  • Then split the terminal, on one terminal navigate to the client directory.

    cd client

  • Run yarn start to run the front end.

    yarn start

  • On the other terminal navigate to api directory.

    cd api

  • Connect to the backend using the below command.

    nodemon