Server Link: https://compass-server.vercel.app
This server is built with ExpressJs as backend of the tourism guide site COMPASS.
- Get API to fetch all packages data or specific package from database and post API to save new package in database.
- Jwt token generation for every logged in user.
- Get API to find specific user data, filter users by role, name or email and post API to save new users data.
- Jwt secured Get API to fetch bookings by a specific user.
- Post API to create payment intent.