Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 654 Bytes

Pichub

A place where you can have shared space to share photos with your friends. You can create a gallery, add photos and friends who can also upload photos.

Run Locally

  1. Fork(optional), clone the project.
  2. Create a .env file at the root of the project and copy the contents of the .env.example file.
  3. Create a project on MongoDB atlas and paste the URI in the .env file.
  4. Similarly get Cloudinary secrets and paste them in .env
  5. Run npm install to install required dependencies.
  6. Run npm run dev to run the project on localhost:3000

Tech stack used

  • Nextjs
  • Tailwind, Shadcn, Aceternity
  • MongoDB
  • Cloudinary