A Full-stack MERN-app (MongoDB, Express, React, Node.js) with basic functionality.
- 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
Follow these steps to run this App on your computer:
- Open terminal window and clone this project onto your computer's desired folder (current):
git clone https://github.com/Underwerse/soc.git .- Install required dependences and run server from opened terminal window
cd server/
npm install
npm run dev- Open the new terminal window, install required dependences and run client
cd client/
npm install
npm run startThe Internet browser with the App will open automatically.






