Skip to content

Bramster is a website for studying multiple choice questions for popular NTNU courses

Notifications You must be signed in to change notification settings

Terbau/Bramster

Repository files navigation

Bramster

Bramster is an app for studying multiple choice questions for popular NTNU courses

https://bramster.vercel.app

Installation

  1. Clone this repository

  2. Install dependencies:

pnpm install

Configuration

Fill out all the necessary environment variables and put them in a .env file. You can use .env.example to see which fields are needed.

Running Locally

  1. First of all you need a postgres database running. How you do this is up to you but once its set up you need to set the DATABASE_URL env variable with the correct connection string.

  2. Run migrations (first time only)

pnpm migrate
  1. Start the dev server:
pnpm dev

Preview

Bramster

About

Bramster is a website for studying multiple choice questions for popular NTNU courses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published