Skip to content

agile-learning-institute/member-isaiah-inventory-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

member-isaiah-inventory-app

PostgreSQL Setup with pgAdmin

  1. Create a PostgreSQL database and user in pgAdmin.

    • Database name: e.g., inventory_db
    • User: e.g., inventory_user
    • Password: your chosen password
  2. Copy .env.example to .env and fill in your credentials:

    cp .env.example .env
    # Edit .env with your actual values
    
  3. Install dependencies:

    npm install
    
  4. Run the app:

    node app.js
    
  5. Troubleshooting:

    • Ensure PostgreSQL is running and accessible.
    • Check your credentials in .env.
    • Use pgAdmin to verify your database and user setup.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published