In this tutorial, we'll create a Quiz application using AQUEDUCT FRAMEWORK.

Overview

Quiz API Dart

An application built with aqueduct.

Topics Covered

YouTube Tutorial Playlist

Dart Aqueduct Backend Series For Beginners Tutorial

Running the Application in Development

Run aqueduct serve from this directory to run the application.

If you wish to use the debugger in your IDE, run the bin/main.dart script from your IDE.

Running Application Tests

To run all tests for this application, run the following in this directory:

pub run test

You may also run tests from an IntelliJ IDE by right-clicking on a test file or test case and selected 'Run tests'.

Tests will be run using the configuration file config.src.yaml. This file should contain test configuration values and remain in source control. This file is the template for config.yaml files, which live on deployed server instances.

See the application test harness, test/app/harness.dart, for more details. This file contains a TestApplication class that can be set up and torn down for tests.

For more information, see Getting Started and Testing.

Application Structure

Routes and other initialization are configured in lib/quiz_api_sink.dart. Endpoint controller files are in lib/controller/.

Configuration

The file config.src.yaml is used for testing: it should be checked into source control and contain values for testing purposes. It should maintain the same keys as config.yaml.

Creating API Documentation

In the project directory, run:

aqueduct document

This will print a JSON OpenAPI specification to stdout.

Deploying an Application

See the documentation for Deployment.

You might also like...

Quiz of Heroes is an application made in a Flutter, which is a variation of trivia games

Quiz of Heroes Greetings, traveller! Are you brave enough to face the adventure? I warn you though, it won't be an easy one. You'll have to reach the

Oct 1, 2022

Quiz App by using flutter

 Quiz App by using flutter

Quiz App by using flutter Packages we are using: websafe_svg: link GetX: link Our quiz app contains a total of three-screen, the welcome screen where

Dec 23, 2022

Newsly is an application built using the flutter framework.

Newsly is an application built using the flutter framework.

Newsly is an application built using the flutter framework. In this application, it has a feature to read news and add your own articles to the newsly application. Newsly uses the MVVM (Model-View-Viewmodel) architecture.

Dec 5, 2022

🏃Lossy is a mobile application built using flutter framework and firebase for android.

🏃Lossy is a mobile application built using flutter framework and firebase for android.

Lossy The Weight and Fitness Tracker App. Lossy is a mobile application built using flutter framework and firebase for android. Track your daily weigh

Nov 26, 2022

ChitChat - a mobile application built using flutter framework and firebase for android

ChitChat - a mobile application built using flutter framework and firebase for android

This is a flutter app made using dart programming language . It uses firebase api to store and fetch data . It also uses native devices features such as library and camera . You can signup or login through your mail and can chat easily with your colleagues .

Nov 6, 2022

Project Dev.Quiz, developed in Next Level Week for Rocketseat.

Project Dev.Quiz, developed in Next Level Week for Rocketseat.

DevQuiz ✅ Liftoff 💪 ✅ Maximum Speed 🏃‍♂️ ✅ In Orbit 👨‍🚀 ✅ Landing 🔥 ✅ Surface Exploration ⚡ ✅ Accelerating your Career 🚀 Topics 📋 About 📖 Prev

Sep 19, 2022

Um Quiz sobre a tecnologias, desenvolvido em Flutter, durante a semana NLW#5 - Next Level Week.

Um Quiz sobre a tecnologias, desenvolvido em Flutter, durante a semana NLW#5 - Next Level Week.

Descrição do projeto ⭐ Um aplicativo desenvolvido durante a semana Next Level Week#5 da Rocketseat. Um Quiz com informações sobre tecnologias em geral

May 11, 2022

Flutter quiz mobile app

game A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

May 18, 2021

Dev Quiz Flutter

Dev Quiz Flutter

❓ DevQuiz A mobile application being built with NLW5 (an event from Rockeatseat - https://app.rocketseat.com.br/). This application goals to build a q

Dec 22, 2022
Owner
Pawan Kumar
GoogleDevExpert for Flutter, Firebase, Dart & Web Tech. Public Speaker, Blogger, Entrepreneur & YouTuber. Founder of MTechViral & Let's Flutter with Dart.
Pawan Kumar
In this tutorial we will be reviewing Stateful and Stateless Widgets as well as learning about the fundamental building blocks of Object Oriented Programming (OOP

In this tutorial we will be reviewing Stateful and Stateless Widgets as well as learning about the fundamental building blocks of Object Oriented Programming (OOP) - Classes and Objects.

pedrozopayares 0 Oct 3, 2021
An application built using Flutter that is to conduct a quiz and provide the user with the result of the quiz.

Quizzler Challenge Solution This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.a

dev_allauddin 4 Sep 8, 2022
:atom: 🚀 NLW Quiz Dev - Flutter (a simple flutter quiz app built in Rocketseat Next Level Week)

Que tal acompanhar live codings de projetos reais ao vivo? Segue lá na twitch: Wilson Neto Dev na Twitch Next Level Week - Dev Quiz (NLW) Dev Quiz is

Wilson Neto B.R. 12 Jul 13, 2022
Flutter: Integrate Google Maps Tutorial Flutter: Integrate Google Maps Tutorial

Flutter Google Maps APP Show some ❤️ and star the repo to support the project A new Flutter project. Getting Started Flutter Project Add this to your

Pawan Kumar 69 Oct 27, 2022
Flutter Advanced: TensorFlow Lite | Object Detection | YoloV2 | SSD Tutorial ||| SSD Tutorial

tflite_demo A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Pawan Kumar 70 Nov 28, 2022
TutorialCoachMark - Create a beautiful and easy tutorial for your application.

TutorialCoachMark Create a beautiful and easy tutorial for your application. Example 1 Example 2 Usage To use this plugin, add tutorial_coach_mark as

Rafael Almeida Barbosa 423 Dec 25, 2022
A welcome page for a user, as well as a brief overview of the work of the application

dalilak A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Haider Majid 2 Oct 15, 2021
Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.

Flutter Tutorial - Quiz App UI Let's create a complete Flutter Quiz App UI from scratch with a beautiful design. Social Media Preview Watch Video ⚡

Johannes Milke 61 Dec 29, 2022
Create & Play Quiz with Makemyquiz.web.app made with Flutter

Makemyquiz.web.app Create quiz, play them see detailed results and much more try now visit https://makemyquiz.web.app Features Included ✅ Google Sign

Sanskar Tiwari 45 Oct 27, 2022
Flutter Widget Quiz, made for Flutter Create (Source code size is limited to 5KB)

widget_quiz The branch for Flutter Create: https://github.com/mono0926/widget-quiz/tree/5k Getting Started This project is a starting point for a Flut

Masayuki Ono (mono) 50 Oct 14, 2022