Skip to content

Demo deployment structure for React + Node.js applications

Notifications You must be signed in to change notification settings

cis557/deployment-demo

Repository files navigation

CIS557 Deployment Demo

Example deployment structure for React + Node.js applications

Can push this code to any Node.js deployment service

Make sure you inject the following environment variables:

  1. MYSQL_HOST (host url)
  2. MYSQL_DATABASE (database name)
  3. MYSQL_USER_ADMIN (username)
  4. MYSQL_PASSWORD (password)
  5. USER_TABLE (table name)
  6. JWT_KEY (secret key for signing JWT)

About

Demo deployment structure for React + Node.js applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published