Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 933 Bytes

README.md

File metadata and controls

73 lines (46 loc) · 933 Bytes

Natours

A fully-fledged Website to show tours around you and book it.

Demo

https://natours-yhf.herokuapp.com

Tech Stack

Server: Node, Express , MongoDB, Mongoose, Pug

Intgrations: Stripe , SnedGrid , Mapbox

Run Locally

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

License

MIT License