Skip to content

anku909/social-media-login-signup-project

Repository files navigation

Social Media Crud

Social media Crud ( creation, read, updation, delete ) features.

Preview

Screenshot_2024-07-24_11_40_32

Run Locally

Clone the project

  git clone https://github.com/anku909/social-media-login-signup-project.git

Go to the project directory

  cd social-media-login-signup-project

Install dependencies

  npm install

change .env.example to .env.

Start devlopment server

  npm run dev
Test user : username: testuser , email: [email protected] , password: testuser
If using Local devlopment server change constants.js api's to http://localhost:8888

Tech Stack

Client: Vite, React, React-roter, Tailwind css, Firebase, QRcode.react, React-cookie, Axios.