Skip to content

chlzslvdr/Natours

Repository files navigation

Natours

This is a Demo Project made with Udemy Complete Node Bootcamp Course.

Purpose

Master Node by building a real-world RESTful API and web app (with authentication, Node.js security, payments & etc..)

Built with

Installation

Clone and run yarn install to install the dependencies.

yarn install

Add the necessary config.env variables:

see config.env.example

Start Locally

Run the development server:

yarn dev

Use http://127.0.0.1:4040 as the URL when running API in Postman.

Run http://127.0.0.1:4040 in the browser to view web app.

API Documentation

Natours API

Production

Test Account:

username: [email protected]

password: test1234

Notes

Resources

http://codingheroes.io/resources

About

All copyrights for this demo project belongs to Jonas Schmedtmann.