All Projects → GeekAbdelouahed → Aqueduct-MongoDB

GeekAbdelouahed / Aqueduct-MongoDB

Licence: BSD-2-Clause license
Building a Blog API with Aqueduct framework and MongoDB

Programming Languages

dart
5743 projects
HTML
75241 projects

Projects that are alternatives of or similar to Aqueduct-MongoDB

http middleware
A middleware library for Dart's http library.
Stars: ✭ 38 (+153.33%)
Mutual labels:  dart2
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+820%)
Mutual labels:  dart2
FlutterMovieDetail
Simple Flutter Movie List & Detail Screen ui.
Stars: ✭ 40 (+166.67%)
Mutual labels:  dart2
DismissibleExpandedList
A Flutter package to display hierarchical data in the form of list as well as allows to swipe the individual tiles.
Stars: ✭ 29 (+93.33%)
Mutual labels:  dart2
jinja.dart
Jinja2 template engine port for Dart.
Stars: ✭ 38 (+153.33%)
Mutual labels:  dart2
cast
A flutter cast plugin
Stars: ✭ 23 (+53.33%)
Mutual labels:  dart2
instagram private api
An Instagram-Client written in Dart
Stars: ✭ 39 (+160%)
Mutual labels:  dart2
swipedetector
A Flutter package to detect up, down, left, right swipes.
Stars: ✭ 34 (+126.67%)
Mutual labels:  dart2
dart-tags
ID3 Tag parser written on the pure dart language.
Stars: ✭ 35 (+133.33%)
Mutual labels:  dart2
json2dart-converter
Android Studio plugin for converting json to dart classes.
Stars: ✭ 35 (+133.33%)
Mutual labels:  dart2
flutter sliding tutorial
User onboarding library with smooth animation of objects and background colors
Stars: ✭ 127 (+746.67%)
Mutual labels:  dart2
WhatsAppUIClone
WhatsApp UI Clone with Flutter
Stars: ✭ 66 (+340%)
Mutual labels:  dart2
cryptoplease-dart
Dart and Flutter apps and libraries maintained by Espresso Cash (Formerly Crypto Please) team for Solana.
Stars: ✭ 188 (+1153.33%)
Mutual labels:  dart2
dart-webdav
A Easy WebDAV Client in Dart
Stars: ✭ 22 (+46.67%)
Mutual labels:  dart2
flutter rongcloud im
融云通讯imlib封装的插件
Stars: ✭ 36 (+140%)
Mutual labels:  dart2
evy
Dart 2 Web Framework, with an ExpressJS like API.
Stars: ✭ 20 (+33.33%)
Mutual labels:  dart2
flutter flip view
No description or website provided.
Stars: ✭ 56 (+273.33%)
Mutual labels:  dart2
Flutter-Example
Flutter练手项目,通过一些实例项目来学习、记录 Flutter 的知识点,zhihu、2048
Stars: ✭ 44 (+193.33%)
Mutual labels:  dart2
liveshop
融合电商与直播的跨平台APP,主要采用了Flutter技术开发而成,目前开发中
Stars: ✭ 24 (+60%)
Mutual labels:  dart2
flutter google maps
A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.
Stars: ✭ 86 (+473.33%)
Mutual labels:  dart2

A Blog API built by Dart with Aqueduct framework + MongoDB

Frontend code

Running the Application Locally

Run aqueduct serve from this directory to run the application. For running within an IDE, run bin/main.dart. By default, a configuration file named config.yaml will be used.

To generate a SwaggerUI client, run aqueduct document client.

Running Application Tests

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

pub run test

The default configuration file used when testing is config.src.yaml. This file should be checked into version control. It also the template for configuration files used in deployment.

Deploying an Application

See the documentation for Deployment.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].