Before running this project, ensure you have the following installed:
- Node.js
- XAMPP
- Download the project as a zip file and extract it.
- Open the project in Visual Studio Code.
- Open a terminal in VS Code and navigate to the application directory:
cd app
- Install the required dependencies by running:
npm install
- Start the development server:
npm run dev
- Open another terminal in VS Code and navigate to the server directory:
cd server
- Install the server dependencies:
npm install
- Start the server:
npm start
- Start XAMPP and ensure the Apache and MySQL services are running.
- Open your web browser and go to
localhost/phpmyadmin
. - Create a new database and name it "app".
- Import the provided SQL file
backup.sql
into the database.