A headless CMS for managing tourism content with flexibility and ease.
This project is a backend system for tourism platforms, built with Strapi 5
This project includes example API requests located in the api-collections
directory, which contains a Bruno collection file for testing the API easily.
git clone https://github.com/kaogeek/lamphun-tourism-backend.git
cd lamphun-tourism-backend
npm i
npm run develop
npm run start
npm run build
This project is built with:
- Strapi 5 – Headless CMS for building powerful APIs with a user-friendly admin panel
- Zod – Type-safe schema validation with static type inference
- React – Modern UI library for building components
- Knex.js – SQL query builder for relational databases