Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 829 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 829 Bytes

Natours

This repository is based on udemy course Node.js, Express, MongoDB & More: The Complete Bootcamp 2020 but in typescript version with Routing controllers.


Features

  • Manage users, tours, reviews and bookings
  • Use mongoDB for storage data, allowing awesome queries like geospatial
  • Use Routing Controllers and Typescript!

Requirements

  • NodeJS
  • MongoDB

Installation

  • git clone https://github.com/chsjr1996/natours-typescript.git
  • npm install
  • Create a copy of file .env.example with name .env and fill it
  • npm run start:dev for run and watch modifications

Under development

If you see any error or want a new feature, please open a issue!