Proxy server for a mock airbnb
- https://github.com/Mormont-team-6/photo-carousel
- https://github.com/Mormont-team-6/Reservation-Service
- https://github.com/Mormont-team-6/Customer-Reviews-Service
- https://github.com/Mormont-team-6/places-to-stay
Startind node / nodemon
npm start
npm run-script start:dev
Starting and stopping a pm2 instance
sudo npm install pm2@latest -g
npm run-script start:pm2
npm run-script stop:pm2
From within the root directory:
npm install