Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 1.81 KB

README.md

File metadata and controls

82 lines (52 loc) · 1.81 KB

werkplaats-3-inhaalopdracht-actiontypes

Next JS Flask TailwindCSS SQLite Bun

This application allows students to take a short survey to determine their mbti-type and allows for teachers to form project teams based on the student's type.

Clone:

Clone the repo to a local folder with

git clone https://github.com/Rac-Software-Development/inhaal-wp3-actiontypes-jordy-0966926

or download the latest release .zip

Install:

All terminal commands assume you're in the root of the project. Install necessary libraries with the following commands in the terminal:

Back-end

cd server
pip install -r requirements.txt

Front-end

  1. Requires Bun
cd client
bun i

Setup database:

Database will be created and seeded automatically.

Run:

Before running make sure concurrently is installed.

bun i

In the terminal run the command:

bun dev

Demo:

For login visit

http://127.0.0.1:3000/

For teacher dashboard visit

http://127.0.0.1:3000/dashboard

Progress tracking

Auth: 🌝🌚🌚
Dashboard: 🌝🌝🌚
Survey: 🌝🌝🌚
Admin: tbd
Extra: ⭐

Used sources:

https://ui.shadcn.com/