Skip to content

This is a social media networking platform built using Reactjs , trpc as backend, ShadCn and tailwind for styling

Notifications You must be signed in to change notification settings

Faisal-imtiyaz123/share_gram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

This project uses React.js ( bootstrapped with npm create vite@latest ) for frontend and trpc for server.

Getting Started

  1. Setup the UI
  2. Setup the Server

Setup UI:

cd frontend //Go to frontend directory (Execute from share_gram directory)
npm run dev

Open http://localhost:5173 with your browser to see the frontend UI.

Setup the server

cd server // Go to server directory (Execute from share_gram directory) 
npm run dev

This will setup the server at http://localhost:3000

SECRETS

You will need the following pusher secrets:

PUSHER_APP_ID PUSHER_KEY PUSHER_SECRET PUSHER_CLUSTER

The following cloudinary serctes:

CLOUD_NAME CLOUDINARY_API_KEY UPLAOD_PRESET

The following Database ( mongodb ) url secret:

DATABASE_URL

Learn More

To learn more about Next.js, take a look at the following resources:

About

This is a social media networking platform built using Reactjs , trpc as backend, ShadCn and tailwind for styling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published