This repository contains the website for the third exercise in the course Advanced programming 2
In order to run this project you need to have node.js and mongoDB installed on your computer, which you can get in https://nodejs.org/en/download https://www.mongodb.com/try/download/community
The first thing that you will need to do, is cloning this repo:
git clone https://github.com/ShalevWen/AP2_Ex1b.gitThe next step will be to setup the server:
cd AP2_Ex2/server
npm installNow start the server:
npm startNow you can enter the client through http://localhost:3030
In order to use the client with another server (or to run it seperatly from our server), follow this steps:
Run the folloing commands from the root directory of the repo:
cd whatsdawn
npm installin App.js line 8, enter the origin url of your server
npm start