Skip to content

cloudnativeits/jazzrockers

Repository files navigation

jazzrockers Project Setup Guide

Prerequisites

  • Node.js
  • PostgreSQL
  • npm or yarn package manager

Database Setup

  1. Install PostgreSQL on your system if not already installed
  2. Create a new database:
CREATE DATABASE dubai_jazz_db;
  1. Update the .env file with your database credentials

Project Setup

  1. Navigate to the project root directory

  2. Install project dependencies

npm install
  1. Set up environment variables:

    • Configure your environment variables:
      DATABASE_URL=postgresql://postgres:{your-password}@localhost:5432/dubai_jazz_db
      
  2. Run database migrations

npm run db:push
  1. Start the application
npm run dev

The application should now be running with:

  1. Build the frontend
npm run build
  1. Start the frontend
npm run start

Additional Notes

  • Make sure PostgreSQL service is running before starting the application
  • The application runs both frontend and backend from the root directory
  • Check the console for any error messages during setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages