Skip to content

mhd-hi/SecondBrain-ETS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

240 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecondBrain ETS - Your Course Management Assistant

CI

SecondBrain ETS uses AI to parse ETS course plans and break them down into manageable tasks, helping students stay organized and on track with their studies.

image

Tech Stack

Getting Started

Prerequisites

  • Bun >= 1.0.0
  • Node.js

Installation

  1. Clone the repository
  2. Install dependencies using Bun (recommended):
    bun install
  3. Set up environment variables :
  • By copying .env.example to .env
  1. Set up the database:

    bun run db:generate
    bun run db:push
  2. Run the development server:

    bun dev

Open http://localhost:3000 with your browser to see the result.

Development Scripts

Essential Commands

  • bun dev - Start development server
  • bun build - Build for production
  • bun start - Start production server
  • bun lint - Run ESLint
  • bun typecheck - Run TypeScript compiler check

About

AI-powered task planner for ÉTS students.

Topics

Resources

License

Stars

Watchers

Forks