This is the project directory for the YelpCamp sites implemented following guidlines from Web Developer Bootcamp
This web application is implemented following RESTful principle, that enabled users to add, remove, and update yelpcamp sites information. After logged in, users can also provide comments under any yelpcamp site info page.
To run this program on your local computer, please ensure that node (v12.16.3 or higher) and all packages in packages.json are installed on your local computer.
If you want to deploy certain cloud servers, please just follow guidlines of the cloud services you would like to use.
To get a local copy of this project, run
git clone https://github.com/Fred62879/EZH2Predict.git YOUR_DIR_NAME
To install node, please refer here. After you have node on your local machine, change your working directory to the directory where you cloned this project. And run npm install
to install all packages specified in package.json.
To run the server on your local machine, run node app.js
Then, open your web browser and search localhost:3000
and the UI will show up.