A network application based on the client/server architecture using Node.js, Express.js, MongoDB
1-Clone the project
git clone https://github.com/amir-awad/travelling-website.git
2-Go to the project directory
3- install node_modules before running the app
npm install
4- run mongod on the default port(make sure you have mongod)
mongod
5- run JS app on another terminal
node app.js