Skip to content

A MySQL project for a Database course. Systematically organized, the database comprises over 15 tables, views, procedures, and functions, each accommodating various data types. This version omits the connection to the database and serves as a minimal demonstration of the user interface.

Notifications You must be signed in to change notification settings

emadjedovic/car-dealership

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

car-dealership

  1. Clone the repository:

    git clone https://github.com/emadjedovic/car-dealership
    
  2. Navigate to the project directory:

    cd car-dealership
    
  3. Install dependencies:

    npm install
    
  4. Start the server:

    npm start
    

    The server will start, and you'll see "Server started. Listening on port 3001..." in the console.

    Open your web browser and go to http://localhost:3001/.

About

A MySQL project for a Database course. Systematically organized, the database comprises over 15 tables, views, procedures, and functions, each accommodating various data types. This version omits the connection to the database and serves as a minimal demonstration of the user interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published