THIS IS A OLD VERSION OF OUR PROJECT. THE LATEST VERSION CAN BE FOUND HERE: https://github.com/korynguyen/Team4ZooWebsiteDB
This is our database project for DataBases class. It is a similation of a zoo database
Frontend is done in React. Port 3000
Backend is done in Express. Port 8080
Database is ran in mySQL Server. Port 3360
To run:
-
install nodejs 'sudo apt install nodejs'
-
install npm 'sudo apt install npm'
-
have 2 separate windows; 1 in zoo-backend and 1 in zoo-website
-
run 'npm start' in zoo-website
-
run 'node app.js' in zoo-backend
-
start up the mySQL Server
-
website should be online at http://localhost:3000/