No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to Apply MongoDB Atlas with Quasar?

    Framework
    2
    3
    178
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      susansiow last edited by

      I’ve referred to this thread - https://forum.quasar-framework.org/topic/6125/using-mongodb-in-quasar but it doesn’t completely solve my queries.

      Dev objective:

      • To build an Android app via Quasar framework + MongoDB Atlas cloud database.

      Queries:

      1. Can I achieve above objective (based on Express.js, MongoDB, Quasar)?
      2. Can the (Quasar/Cordova generated) Android app retrieves the global variables (eg database url or password) in the .env file? Is this the best practice?
      3. I’m trying to mix and match Danny’s tutorial - https://www.udemy.com/course/quasarframework/ with https://www.udemy.com/course/nodejs-api-masterclass/ , are there any other references or advice to share?

      Thanking you in advance!

      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @susansiow last edited by

        @susansiow

        1. Yes
        2. NO!!! Your DB password/username will only be know to Express.js ( or what ever backend you want to use ) on the server. Quasar is client only.
        3. Look for other Quasar projects: https://github.com/quasarframework/quasar-awesome
        S 1 Reply Last reply Reply Quote 1
        • S
          susansiow @dobbel last edited by

          @dobbel said in How to Apply MongoDB Atlas with Quasar?:

          @susansiow

          1. Yes
          2. NO!!! Your DB password/username will only be know to Express.js ( or what ever backend you want to use ) on the server. Quasar is client only.
          3. Look for other Quasar projects: https://github.com/quasarframework/quasar-awesome

          Thank you!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post