Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 736 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 736 Bytes

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