Skip to content

aleksandromilenkov/socialpedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socialpedia

I made a fullstack MERN application for a social media platform called "Sociopedia".
Here you can Register an account, login, create posts with Images or without images, Add or remove friends, Like, Comment on other posts, change the overall theme of the page and more.
For the frontend I'm using: React.js, Material UI Framerowrk for styling, Formik for making easier forms, react-router-dom v6 for navigating, react-redux and redux persists for my store and other smaller packages.
For the backend I'm using: Node.js & Express.js, jsonwebtoken to make the authentication with tokens, I'm protecting the routes, bcrypt to protect the passwords, mongo Db and Mongoose for the database and other smaller packages.
The app is fully responsive

Home Page:

sociopedia

Profile page:

sociopediaProfile

Other User's profile page:

sociopediaOtherProfile

Simple User's post example:

sociopediaPostExample

Socialpedia with the Dark Mode active:

sociopediaDark

Login page:

sociopediaLogin

Signup page:

sociopediaSignup

Installation

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Node package manager - npm.

Installation

  1. Clone the repo
git clone https://github.com/aleksandromilenkov/socialpedia.git
  1. Navigate to server folder and npm install there
npm install 
  1. Navigate to client folder and npm install there too
npm install 
  1. Once installed, navigate to server folder and run this command to start the server:
npm run start
  1. After server started, navigate to client folder and run this command to start the client:
npm run start

Now go to localhost:3000 and you will see the app.

Usage

Use this app for whatever you like.

Built with

  • React.js
  • Material UI
  • Formik
  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • Redux & Redux Persists
  • Helmet
  • Bcrypt
  • And more...