Github repository for CS35L web application Tourts
Kevin, Shuo Wang
Jacky, Jianing Li
Fiona, Xinyue Cui
Ethan, Yiteng Jiang
Cedric, Hongchang Kuang
Note: to run the program successfully, please ensure your Node.js version is not higher than v16.14.0
-
Clone the repository to your local machine:
git clone #url#
-
Move into /cs35l_toruts/backend directory:
cd cs35l_toruts/backend
-
Install the packages and modules for backend:
npm install
-
Start the backend:
npm start
At this time, the backend should be running on http://localhost:5000
-
Open another terminal, move into /cs35l_toruts/frontend directory:
cd cs35l_toruts/frontend
-
Install the packages and modules for frontend:
npm install
-
Start the frontend:
npm start
At this time, the frontend should be running on http://localhost:3000, and your default browser should prompt out with this page.
-
Enjoy Tourts!