Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnonRepo

Basic Commands to use

  • 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.

how to start mentorService?

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

how to start AuthService?

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

how to start Frontend?

cd AnonRepo
node index.js

how to start ChatApplication

For Client:

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

For Server:

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

For Database:

cd ChatApplication
cd server
npm i yarn
npm i prisma
npx prisma init
npx prisma generate
npx prisma db push
npx prisma studio

About

Mentor Connnect Platform that connects you to your mentor

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages