Giter Site home page Giter Site logo

mongodb_cloudrun's Introduction

#RETRIEVE DATA FROM MONGO DB AND DISPLAY IN VIEW

Note Data is displayed in it's raw format and not formatted. You can either run this project locally or on Google cloud run with instructions in the steps below.

Create and update .env file with the following information by copying the .env.test as .env

  1. Your database name as DB_NAME
  2. Your collection as COLLECTION_NAME
  3. Your mongo uri as MONGO_URI

To Run this project locally, cd into the project directory (mongodb_cloudrun) if not changed by you

  1. npm install
  2. npm run start

Ignore the step below if you are not going to use google cloud to build and deploy on cloud run. Replace with your Project's ID and with a name you want to give to your image. This step also assumes that you are running in an environment or CLI with google cloud sdk installed.

  1. Build the image
  • gclouds builds submit --tag gcr.io/<project-id>/<image-name>
  1. Deploy on cloud run
  • gcloud run deploy --image gcr.io/<project-id>/<image-name> --platform managed

mongodb_cloudrun's People

Contributors

discoverlance-com avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.