Skip to content

A Flutter app that manages a list on contacts on MongoDB Cloud Atlas

Notifications You must be signed in to change notification settings

graphicbeacon/flutter_mongodb_contacts_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter and MongoDB Mini-Course solution | Contacts List App

This is the solution for the mini-course on YouTube. This runs for Flutter Mobile and Web.

Running the server

  1. Set up a Project and Cluster on MongoDb Cloud
  2. Amend server/lib/server.dart line 7 with the correct URI string.
  3. Launch server by running the commands below:
$ cd server
$ dart bin/main.dart

Running the client

  1. CD into the client folder
  2. Enter flutter run in the Terminal to launch the project in your emulator. Make sure you have one connected.

Build the web version

  1. CD into client directory
  2. Run flutter build web
  3. Install the serve package to launch the built artifact
$ pub global activate serve
$ cd build/web
$ serve

Enjoy💙😊

About

A Flutter app that manages a list on contacts on MongoDB Cloud Atlas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages