This repository is based on udemy course Node.js, Express, MongoDB & More: The Complete Bootcamp 2020 but in typescript version with Routing controllers.
- Manage users, tours, reviews and bookings
- Use mongoDB for storage data, allowing awesome queries like geospatial
- Use Routing Controllers and Typescript!
- NodeJS
- MongoDB
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
If you see any error or want a new feature, please open a issue!