FACON-Nicolas / adonis-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adonis Starter

Pre-requisites

  • Docker

Installation

  1. Clone the repository
  2. Change your remote origin to your repository
  3. Configure .env file
  4. Run docker-compose up --build
  5. Run docker-compose exec adonis_app bash
  6. Run node ace migration:run in the container

And that's it! You can now access the application at http://localhost:8080

About


Languages

Language:TypeScript 96.2%Language:JavaScript 3.3%Language:Dockerfile 0.5%