Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 892 Bytes

README.md

File metadata and controls

30 lines (27 loc) · 892 Bytes

BKTRAVEL

This is a project related to building and managing a tour booking system for a travel company

FEATURES OF PROJECT

COMPLETE

  • User: authentication and authorization
  • Customer: register, login, logout, change password, forgot password, update/ get info, upload avatar, propose tour, add tour to wishlist, add tour to cart, checkout, payment by vnpay
  • Admin: CRUD tour, create schedule for tour
  • Tour: search
  • Voucher: CRUD, disactive for vouchers are expired
  • Cart: Incre/ decre quantity, remove order_item from cart, ...
  • Intergrate bot of discord for logging system
  • Nested comment, delete comment
  • Rating tour
  • Chat realtime for group
  • API weather
  • Using Redis for caching database
  • Notification

UPDATING....

  • Chat app with system
  • API google map
  • Recommendation system

TECHNOLOGY:

BACKEND:

  • NodeJS
  • Database: MySQL, Redis
  • Docker for CI