Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 441 Bytes

GeoPlaces

Setup Project

  1. Copy .env.example to .env and configure your database.
  2. Run npm install.
  3. Run adonis key:generate.
  4. Run migration and seeder with command adonis migration:refresh --seed.
  5. Run development server adonis serve --dev.
  6. Application running on http://localhost:3333.
  7. Done.

Note: Don't forget to set your Google Map API KEY in resources/views/layouts/dashboard.edge line 161.