Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 530 Bytes

File metadata and controls

14 lines (10 loc) · 530 Bytes

cpsc471-database-project

Before running the project, make sure that you connect your database with the backend.

The database is located in server->projectdb.sql

To connect the database, change the username and password to your credentials in line 45 and 46 of server->index.js

To run

  1. Open a split terminal
  2. Navigate to server in one, and client in the other
  3. In the client directory, run the command: npm start
  4. In the server directory, run the command: npm run devStart
  5. A webpage will open automatically