This project is from the Build a Simple API with AdonisJS course found on YouTube.
Subscribe to the channel to catch all my videos. I publish new tutorials throughout the week on VueJS and NodeJS / AdonisJS.
# clone to current directory
git clone https://github.com/patrickodacre/simple-api-adonis-js.git .
# install dependencies
npm install
Copy .env.example and rename to .env
Edit the .env file to match your database settings.
# run your migrations
adonis migration:run
# Start the dev server
adonis serve --dev