- Fork the repo
- Create a folder in your local machine
- git init
- git clone ur repolink
- check if u are within AnonRepo directory
- make changes
- git add .
- git commit - m "your mssg"
- git push origin main
Note : Remember to Sync Fork(in github) 1st and then git pull(in your local machine) to update the changes everytime you start working on the repo so as to ensure that u are working on updated repo.
open new terminal
cd AnonRepo
cd backend
cd MentorService
<<<<<<< HEAD
"create a .env file in this directory, inside write PORT=3000"
create a .env file in this directory, inside write
PORT=3000
npm i
npm start
open new terminal
cd AnonRepo
cd backend
cd MentorService
create a .env file in this directory, inside write
PORT=5000
JWT_KEY = auth`
npm i
npm i firebase
npm i firebase-admin
npm start
cd AnonRepo
node index.js
cd ChatApplication
cd client
create a .env file in this directory, inside write
PORT=3001
npm i
npm install yarn
npm run build
yarn start -p 3001
cd ChatApplication
cd server
npm i yarn
create a .env file in this directory, inside write
DATABASE_URL="postgresql://u2ytyiahziwqzsgegdy5:dRDdK3wuhK11kjIZFjJD370NVrjszR@btszuylwkulg6ff1ztm1-postgresql.services.clever-cloud.com:50013/btszuylwkulg6ff1ztm1"
PORT=3005
yarn start
cd ChatApplication
cd server
npm i yarn
npm i prisma
npx prisma init
npx prisma generate
npx prisma db push
npx prisma studio