Skip to content

toimur678/management-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Guide

Requirements

Before running this project, ensure you have the following installed:

  • Node.js
  • XAMPP

Installation

  1. Download the project as a zip file and extract it.
  2. Open the project in Visual Studio Code.
  3. Open a terminal in VS Code and navigate to the application directory:
    cd app
  4. Install the required dependencies by running:
    npm install
  5. Start the development server:
    npm run dev
  6. Open another terminal in VS Code and navigate to the server directory:
    cd server
  7. Install the server dependencies:
    npm install
  8. Start the server:
    npm start

Database Setup

  1. Start XAMPP and ensure the Apache and MySQL services are running.
  2. Open your web browser and go to localhost/phpmyadmin.
  3. Create a new database and name it "app".
  4. Import the provided SQL file backup.sql into the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages