zhna123 / garden-inventory

garden inventory app using Express.js and EJS template engine

Home Page:https://garden-inventory-production.up.railway.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

garden-inventory

Express.js application with EJS template engine

Users can view, create, edit, and delete(with secret password) both inventory categories and items.

prepare deployment - deployment branch

  1. set node version in package.json eg:
"engines": {
    "node": ">=16.17.1"
  },
  1. database configuration
const mongoDB = process.env.MONGODB_URI || dev_db_url;
  1. install dependencies and test npm install

  2. save changes to github

  3. start deploying from railway(deploy directly from git repo branch)

  4. connect a mongo db instead of using dev one

About

garden inventory app using Express.js and EJS template engine

https://garden-inventory-production.up.railway.app


Languages

Language:JavaScript 59.2%Language:EJS 39.6%Language:CSS 1.3%