Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.79 KB

readme.md

File metadata and controls

15 lines (13 loc) · 1.79 KB

Natours Application



This application is built using Node.JS and the Express.JS framework. Natours simulates server-side rendering, taking advantage of the incomplexity of Pug Templates. Natours supports user authentication, authorization via JSON Web Tokens, password salting and more. Users can view their favorite Hiking trails and book Tours through the Stripe.JS library, or Stripe Checkout. It should be noted, that the current implementation only supports fake transactions and no money will ever change hands, no tour will ever be booked. This app was only built as a learning excercise for myself to simulate real-world business problems and solutions.