allevo / leader-board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leader-board test

How to run locally

Create the file backend/.env from backend/default.env with the right values.

Open 3 terminals:

  • term1 Start the backend
cd backend
npm ci
PORT=8080 npm start
  • term2 Import data into DB
curl -XPOST localhost:8080/admin/import-data
  • term2 Start the frontend
cd frontend
npm ci
npm run dev

About

License:MIT License


Languages

Language:TypeScript 96.5%Language:JavaScript 3.0%Language:Shell 0.4%Language:CSS 0.1%