- 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.envin root and./serverfolders check.env.examplefile 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:clientOpen http://localhost:3000 with your browser to see the result.
