A fully-fledged Website to show tours around you and book it.
https://natours-yhf.herokuapp.com
Server: Node, Express , MongoDB, Mongoose, Pug
Intgrations: Stripe , SnedGrid , Mapbox
Clone the project
git clone https://github.com/Youssif77/natours.git
Go to the project directory
cd natours
Install dependencies
npm install
Start the server
npm run start
Start the server in development
npm run "start:dev"
Start the server in production
npm run "start:prod"
Bundle the client scripts
npm run "watch:js"
Build the client scripts
npm run "build:js"
Start the debuging
npm run debug