Giter VIP home page Giter VIP logo

my_uni_app_practice's Introduction

To run locally

  • Create a database called my_uni_app_db with the command createdb my_uni_app_db
  • In your terminal, from within the project directory, run the following commands:
    • npm install to install project dependencies
    • node server/db/seed.js to seed the database
    • npm run start:dev to start the server

To deploy on render.com

Create the Database

  • Create a new PostgreSQL service in the render dashboard, and fill out the following input fields:
    • Name
    • Region (take note of the region as you will use it later)
  • Create the database
  • Copy the internal database url for use when creating the Web Service

Create the Web Service

  • Create a new Web Service
    • Select the repo from the list of repos if you have linked your GitHub account. Alternatively, you can copy and paste a link to your repo if it is public.
  • Fill out the following input fields:
    • Name
    • Region (select the same region as the PostgreSQL service)
    • Build Command:
      • npm install && npm run build && node server/db/seed.js
    • Start Command:
      • node server/index.js
    • Scroll down and select "Advanced" to add the following environment variables:
      • NODE_VERSION: 14.18.1
      • DATABASE_URL: {internal connection URL from the PostgreSQL database}
    • NOTE: As you develop your applications, you may need to add additional environment variables. Any variable you reference from within the code from process.env.KEY_NAME will need to be added to your production environment.
    • Screen Shot of Render Environment Variables

my_uni_app_practice's People

Contributors

derek-nguyen avatar

Watchers

 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.