Skip to content

Latest commit

 

History

216 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParcoursLab

Setup

Backend

Requires Poetry:

cd backend
poetry config virtualenvs.in-project true  # for VS Code auto-detection
poetry install
eval $(poetry env activate)

Create backend/.env (ask @aaryanshroff for real OpenRouter key):

OPENROUTER_API_KEY=shared_key
SUPABASE_URL=https://yxyupkqmvrmrdbrtbwby.supabase.co

DB

npx supabase link

Run

Full App

cd frontend
npm run dev:all

Frontend

cd frontend
npm install
npm run dev

Backend

cd backend
poetry run flask run

DB Migration

cd backend
npx supabase migration new <name>
npx supabase db push

About

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages