Skip to content

jordy-0966926/cybsec-wp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published