Skip to content

An app that allows you to find study buddies that share classes with you

Notifications You must be signed in to change notification settings

AnasGamal/StudyBuddy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyBuddy

Deployments

Running the Next.js App:

  1. Navigate to the next directory
  2. Install dependencies: npm install
  3. Start the development server: npm run dev

Running the Node.js App:

  1. Navigate to the node directory
  2. Create a new .env file by copying .env.example
  3. Fill in the environment variables, such as MONGODB_URL, in your .env file
  4. Install dependencies: npm install
  5. Start the server: npm run dev

About

An app that allows you to find study buddies that share classes with you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.5%
  • JavaScript 42.9%
  • Java 1.5%
  • EJS 0.9%
  • Ruby 0.7%
  • Shell 0.7%
  • Other 1.8%