Getting the Web Project Up & Running

In This Lesson

We'll get our web project cloned down. Then, we'll get it configured by first creating our database and running our migrations and seeder. Lastly, we'll get a test SMTP email inbox set up through MailTrap.

Created by
@tomgobich
Published

Creating the Project

Although this project is already set up and out on GitHub, we're going to use this project's repository as an AdonisJS Starter Kit! This will truncate all of the past Git history, giving us a clean slated starting point.

npm init adonisjs@latest -- -K="adocasts/building-with-adonisjs-and-inertia"

Resources

Downloads

  • VSCode - the text editor I'll be using throughout this series

  • DBngin - easy to use database version management

  • TablePlus - relational database GUI

Join the Discussion 0 comments

Create a free account to join in on the discussion
robot comment bubble

Be the first to comment!