Skip to content

Latest commit

 

History

112 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Setup

Follow these steps to set up the development environment for both the frontend and backend of the application.

Prerequisites

Ensure you have the necessary tools installed:

  • Node.js
  • npm (Node Package Manager)
  • Prisma

Setup Instructions

  1. Environment Variables

  2. Frontend Setup

    cd apps/frontend
    npm install
    

In main.ts, Comment

..... ...

  1. Backend Setup
    cd app/backend
    npm install
    npx prisma generate
    

In the above drive link, there would be "semiotic-quasar-439415-p9-80a5a47062e7.json", download and store that file in /backend folder

and set GOOGLE_APPLICATION_CREDENTIALS to the file path

right click on the file and copy path and run ```cmd set GOOGLE_APPLICATION_CREDENTIALS=\path\to\sile.json

  ```bash
  export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/service-account-file.json"

repeat this in root folder also

  1. Run the Application In the root folder
    npm run dev

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages