Database project for CPSC 304.
Description:
Our project is to present core information about items in the game “Book of Hours”. This project acts as a centralized place where players can quickly look up data while playing the game. Since the game provides no tutorial to the player and most of the game mechanics are discovered through trial and error, we design this wikipedia for the player to look up the information quickly.
Instruction for connecting to the server:
- From root, open terminal and run
cd backend
. - If not already, add an
.env
file with the server credentials in the same folder (credentials are in groupchat). - On terminal, run
npm install
and thennode server.js
.
Make sure to frequenly check ./project_info/Milestone 3 Timeline.md
to see which tasks need to be done
The demo project will demonstrate book and memory tables