/simple-api-adonis-js

Completed code for the Build a Simple API with AdonisJS course. Other branches used in various mini tutorials.

Primary LanguageJavaScript

Simple API with AdonisJS

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.

Getting Started

# 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

Questions?

Please reach out to me on YouTube or Twitter.