- Copy
.env.example
to.env
and configure your database. - Run
npm install
. - Run
adonis key:generate
. - Run migration and seeder with command
adonis migration:refresh --seed
. - Run development server
adonis serve --dev
. - Application running on
http://localhost:3333
. - Done.
Note: Don't forget to set your Google Map API KEY
in resources/views/layouts/dashboard.edge
line 161
.