Skip to content

ilcors-dev/litequiz

Repository files navigation

Litequiz

Simple quiz application, built principally for learning purposes regarding Rust (Actix, DieselRs), React (Typescript), Tailwindcss and SQLite3.

Database

The database has been populated with questions for 2 unibo exams:

Feel free to wipe the database and add your own questions. As for now you will need to manually insert them.

How to run

  1. Install stable Rust
  2. Install yarn
  3. Clone the repository
  4. Setup the .env file (use .env.example for reference)
  5. Run cargo fullstack in the root folder
  6. You're good to go 🫡
  7. The app will be running at http://localhost:3000

Note: refer to the create-rust-app-readme for more options and details about the running scripts.