-
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.
-
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'```
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
Navigate to the server directory:
1.cd "HostX-dbms/server"
2.npm start
Open a new terminal window, navigate to the client directory:
1.cd "HostX-dbms/client"
2.npm start