Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 2.99 KB

README.md

File metadata and controls

94 lines (71 loc) · 2.99 KB

🗓️ Planorama 🌐

Typing SVG

Features

Technologies Used

Truth-Tunnel is built using the following technologies:

  • Frontend:
    • Next.js
    • TailwindCSS
    • React
    • Figma
  • Backend:
    • Node.js
    • Express.js
  • Database:
    • MongoDB

Team Members

Team members involved in this endeavour:
  • Yash Vashishth
  • Shubh Bhaskar
  • Beenish Uvais
  • Shivam Kumar Jha

Installation

Follow these steps to set up Planorama locally:

  1. Clone the repository:
git clone https://github.com/Yash-Vashishth/Planorama-Github.git
cd planorama-github
  1. Install dependencies:
npm install
  1. Set up environment variables:

    Create a .env file in the root directory and configure the following variables:

DATABASE_URL= #Prisma Database url
NEXTAUTH_SECRET= #Any Secret code for next auth secret
EMAIL_PASS= #App password for your email account from which you want to send the email
EMAIL_USER= #Email address from which you want to send the email
NEXTAUTH_URL=http://localhost:3000
GOOGLE_CLIENT_ID= #Your Google client ID
GOOGLE_CLIENT_SECRET= #your Google client secret
  1. Build the application:
npm run build
  1. Run the application:
npm start

⭐️ Support the Project

If you find this project helpful, please consider giving it a ⭐ on GitHub! Your support helps to grow the project and reach more individuals and organizations.