- user authentication.
- Images/ video upload
- like/unlike posts.
- follow/unfollow users.
- comment on posts.
- Clone the repository to your local machine.
git clone https://github.com/himanshu8443/SocialSphere.git
-
Set up the environment variables:
Create.env
in root and./server
folders check.env.example
file of the respectable folder to get environment variables. -
Install the required packages.
cd SocialSphere
npm install
- Start server
cd server
npx prisma generate
cd ..
npm run dev:server
- Start client
npm run dev:client
Open http://localhost:3000 with your browser to see the result.