SociLink is a dynamic and innovative social media platform that seamlessly connects people from all walks of life. Built on the powerful MERN (MongoDB, Express.js, React, Node.js) stack.
-
Frontend
- React.js
- Material UI
- Redux Toolkit
- React Router
- Formik
- Dropzone
-
Backend
- Node.js
- Express.js
- MongoDB
- Mongoose
- bcryptjs
- crypto
- multer
This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
-
Clone the repository
git clone https://github.com/BeshoyMorad/SociLink.git
-
Navigate to "client" folder and install dependencies
cd client
npm install
-
Open a new terminal and navigate to "server" folder and install dependencies
cd server
npm install
-
In both terminals run the project
npm start
- Signup
- Login
- Profile overview (posts, user information)
- Create a rich text post
- Create image post
- React to a post
Beshoy Morad |