Skip to content

SU-CS-321-Fall-2023/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