/porandu

Forum system with AdonisJS

Primary LanguageTypeScript

PORANDU

This is a Forum sytem with questions and answers builded with AdonisJS, Tailwind CSS and CK Editor.

Setup

Install dependencies

npm install | yarn

Copy and rename the file .env.example to .env and change the configurations

Migrations

Run the following command to run startup migrations and seeders.

node ace migration:run
node ace db:seed

Running

Start the app locally

npm run dev | yarn dev

Accessing

User: admin@mail.com Password: 123123