Skip to content

xenom2004/HostX-dbms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

HostX-dbms

First Time Usage

Database Setup

  1. Create a MySQL database named "hostx-dbms".

    • You can either create a new database with the same name or import it from the "Dump20231127" folder in SQL Workbench.
  2. Store the database login credentials in a .db_env file in the following format:

    DB_HOST="localhost"
    DB_USER='root'
    DB_PASSWORD='admin'
    DB_NAME='hostx-dbms'```

Clone the Repository and Install Dependencies

1.git clone https://github.com/helium9/HostX-dbms.git 2.cd "HostX-dbms/server" 3.npm install 4.cd HostX-dbms/client 5.npm install

Usage

Start Backend Server

Navigate to the server directory: 1.cd "HostX-dbms/server" 2.npm start

Start Frontend Server

Open a new terminal window, navigate to the client directory: 1.cd "HostX-dbms/client" 2.npm start

Visit http://localhost:3000 in your web browser to access the frontend.

About

CSE'26 DBMS project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.5%
  • Python 10.9%
  • HTML 1.2%
  • CSS 0.4%