- Working code [ZIP]
- Member(s) and database instructions
- Daisy Catalan
- Read notes for instructions on creating the database
- View illustrations for app information (screenshots, etc...).
Versions are given for record keeping. They are not necessarily required unless stated otherwise.
Note: Everything will be done in a Linux Virtual Machine.
- Virtual Box 7
(direct download link:
ubuntu-22.04.2-desktop-amd64.iso) - MariaDB (version
10.6.12-MariaDB-0ubuntu0.22.04.1) - Node (version
18.16.0)- required: { node: '>=16.14' }
- NPM (version
9.6.7)
How to Install latest version of Node.js:
curl -s -L http://git.io/n-install | bash -s -- -y
. $HOME/.bashrcClose Terminal
Open New Terminal
npm update --globalOptionally, create a linux based virtual machine to work in. The virtual machine will make it easier to work with MariaDB server.
Clone the Project
git clone https://github.com/dscatalan/sqlibasic.git
cd sqlibasic/
Make sure the database has been set up before proceeding.
Start The Project
node sessions.js