Skip to content

chingu-voyages/v52-tier2-team-20

Repository files navigation

Solar Panel App

Overview

The Solar Panel App was developed as part of Chingu Voyage 52. This App enables users to book appointments seamlessly. The app communicates with an API to handle the booking data and confirms success upon completing the booking process.

Tech Stack

  • FrontEnd: Next.JS, Tailwindcss
  • Backend: Node.JS, Prisma, MongoDB
  • Monorepo Management: Lerna

Meet Our Team

Monorepo Architecture

This app uses a monorepo structure managed by Lerna

Getting started

To set up and run the project locally, follow these steps:

# Install the depenencies for the project
npm install 

# Navigate to the backend package
cd packages/backend

# Generate prisma Client for database access 
npx prisma generate 

# Start the development server
npm run dev