Exciting tours for adventurous people
- Some Restful API endpoints (more details below)
- Communication with remote database
- Routing to static files
- CRUD operations
- Filter/Sorting/Pagination/Projection features implemented on certain endpoints
- Aggregation pipeline applied to get data insights from database on certain endpoints
- Download this Postman collection to see details about the API endpoints (you'll need to install Postman)
- Open your terminal on root folder and type
npm start
- Visit the address
localhost:3000/overview.html
on your browser (no front-end logic implemented yet) - In order to use the API, you'll need to add a
config.env
file containing credentials to your remote database (the server was not deployed yet) - Then run the
importData
npm script to store some initial data on your database
HTML templates provided by Jonas Schmedtmann
Read about license rights and limitations here.