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 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
All terminal commands assume you're in the root of the project. Install necessary libraries with the following commands in the terminal:
cd server
pip install -r requirements.txt
- Requires Bun
cd client
bun i
Database will be created and seeded automatically.
Before running make sure concurrently is installed.
bun i
In the terminal run the command:
bun dev
For login visit
http://127.0.0.1:3000/
For teacher dashboard visit
http://127.0.0.1:3000/dashboard