Skip to content

Nomehh/EBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

This document provides instructions to set up and run the project. Please follow the steps below.

Prerequisites

  • Java and Maven to build the backend.
  • Node and npm to manage frontend dependencies.

Instructions

  1. Clone the repository

    Clone the repository to your local environment:

    git clone https://github.com/Nomehh/EBC
    cd EBC
  2. Configure the database

    You need to configure where you want to put database files: This must be precise on persistence.xml and web.xml (this should be the same location)

  3. Build the backend

    Compile and package the backend using Maven:

    mvn package
  4. Start the server

    Run the backend server through Eclipse or Intellij

  5. Set up the frontend

    Navigate to the frontend directory:

    cd frontend

    Install the dependencies using npm:

    npm i
  6. Start the frontend

    Run the frontend in development mode:

    npm run dev

Summary

  • Clone the repository
  • Set up the database
  • Build the backend with Maven
  • Start the backend server
  • Navigate to the frontend directory
  • Install frontend dependencies
  • Start the frontend in development mode

The project should now be accessible at the URL indicated in the console (localhost:3000).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors