This is a Forum sytem with questions and answers builded with AdonisJS, Tailwind CSS and CK Editor.
Install dependencies
npm install | yarn
Copy and rename the file .env.example to .env and change the configurations
Run the following command to run startup migrations and seeders.
node ace migration:run
node ace db:seed
Start the app locally
npm run dev | yarn dev
User: admin@mail.com Password: 123123