Skip to content

cc231008/Social-Media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Media (University Project)

Description

It's a social media web application that stores users' data in the database. Each user has an ability to edit data of his own profile and can post and comment on his behalf.

Technologies Used

Backend:

Node.js and Express.js were used for backend development. The project follows the MVC (Model-View-Controller) pattern, where:

  • Model handles data manipulation and interactions with the database.
  • Controller retrieves data from the Model and sends it to the View (React) in JSON format.
  • View (React) dynamically displays the fetched data on the frontend.

Frontend:

In this project, React is used for the frontend, where data is fetched from the backend via an API and displayed on the screen dynamically.

Goal

This classic social media website serves to let people express themselves in the form of publishing new posts where they can share their thoughts and images with other users.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published