My Projects
Overview
Embun Homes is a homestay company located in Malaysia with several properties.
The whole project consisted of 3 different applications:
- The frontend website for guests.
- An admin panel to manage bookings.
- An API to provide a database for both frontend applications.
Guest App
The guest site was created with Gatsby and hosted on Netlify.
This is the main site where potential customers can look up information about the homes, available dates and book rooms.
Admin Panel
The admin panel was created with React and hosted on Netlify.
It acts as an interface for the custom API and allows the admin to manage bookings easily.
API
The API was created with Laravel and hosted on Digital Ocean.
It providers controllers for interacting with the database.
This allows for creation of a mobile app later.