Description:
Migrate the current application (Next.js/React) to an AdonisJS backend using Inertia.js for the frontend, in order to leverage a robust and modern fullstack framework.
Tasks:
Initialize a new AdonisJS project
Install and configure Inertia.js with React or Vue (as preferred)
Recreate the existing page and component structure using Inertia
Adapt routing on both AdonisJS and Inertia sides
Migrate business logic and API calls to AdonisJS controllers/services
Adapt styling (Tailwind CSS or other)
Test the application to ensure all features work as before
Acceptance Criteria:
UI and features are identical to the previous version
Code is organized and documented
Main routes work correctly via Inertia
Forms and interactions are fully functional
Useful Resources:
AdonisJS Documentation
Description:
Migrate the current application (Next.js/React) to an AdonisJS backend using Inertia.js for the frontend, in order to leverage a robust and modern fullstack framework.
Tasks:
Initialize a new AdonisJS project
Install and configure Inertia.js with React or Vue (as preferred)
Recreate the existing page and component structure using Inertia
Adapt routing on both AdonisJS and Inertia sides
Migrate business logic and API calls to AdonisJS controllers/services
Adapt styling (Tailwind CSS or other)
Test the application to ensure all features work as before
Acceptance Criteria:
UI and features are identical to the previous version
Code is organized and documented
Main routes work correctly via Inertia
Forms and interactions are fully functional
Useful Resources:
AdonisJS Documentation