8000 GitHub - Pipluppp/DALI: E-commerce platform for DALI Online grocery
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pipluppp/DALI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DALI E-commerce Application

This is a Spring Boot application for the DALI e-commerce site.

https://dali-delm.onrender.com/

demo

Getting Started

Prerequisites

  • Java 21
  • Apache Maven
  • PostgreSQL

Local Setup Instructions

  1. Clone the repository:

    git clone <your-repo-url>
    cd DALI
  2. Set up the PostgreSQL Database:

    • Make sure PostgreSQL is installed and running.
    • Create a database named dali_db.
    CREATE DATABASE dali_db;
  3. Configure Environment Variables: The application requires database credentials to be set as environment variables.

    • On Windows (Command Prompt):
      set DB_PASSWORD=your_postgres_password
  4. Run the Application: You can run the application using the Maven wrapper:

    ./mvnw spring-boot:run

    The application will be available at http://localhost:8080. The database schema and initial data will be automatically loaded on the first run.

About

E-commerce platform for DALI Online grocery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0