- MonogoDB
- Express
- React
- Node
- User authentication (Sign-up, login, logout)
- Posts
- Friends
- View Profile
- Dark and Light Mode
- Like and Dislike Post
- Comments
- Clone the repository:
https://github.com/Sharjeel-Iftikhar/Connectify-Socail-app.git
- Install dependencies:
npm install
/'yarn install' on both server and clinet - Set up environment variables:
- Create
.env
- Add your own values for the environment variables(PORT MONGOOSE_URL JWT_TOKEN)
- Create
- Run the development server:
yarn start