Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 654 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 654 Bytes

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