November 2018
Intermediate to advanced
404 pages
10h 16m
English
Now you are ready to use the vapor run command to execute the app in the current directory:
# Step 3: Run the app in the current directoryvapor runYour helloWorld app will be running:
Running helloWorld ... [ INFO ] Migrating 'sqlite' database (FluentProvider.swift:28) [ INFO ] Preparing migration 'Todo' (MigrationContainer.swift:50) [ INFO ] Migrations complete (FluentProvider.swift:32) Running default command: .build/debug/Run serve Server starting on http://localhost:8080
To see your app in action, launch your web browser and go to the URL http://localhost:8080/hello:

The hello path in the URL is the name ...
Read now
Unlock full access