Skip to content

Underwerse/soc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sociopedia

A Full-stack MERN-app (MongoDB, Express, React, Node.js) with basic functionality.

Features

  • Log in / Sign up
  • Create new post with image
  • Light/dark mode toggle
  • Adaptive design
  • Like posts
  • Add/remove a friend to the friend list

Deployment

Follow these steps to run this App on your computer:

  1. Open terminal window and clone this project onto your computer's desired folder (current):
  git clone https://github.com/Underwerse/soc.git .
  1. Install required dependences and run server from opened terminal window
  cd server/
  npm install
  npm run dev
  1. Open the new terminal window, install required dependences and run client
  cd client/
  npm install
  npm run start

The Internet browser with the App will open automatically.

Screenshots

Registration: Register

Login: 2023-01-30-11-38-42.png

App light theme: 2023-01-30-11-39-54.png

App dark theme: 2023-01-30-11-40-02.png

2023-01-30-11-40-29.png

User profile page: 2023-01-30-11-40-51.png

New post creation: 2023-01-30-11-41-28.png

About

Social media app with basic functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages