Skip to content

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

Notifications You must be signed in to change notification settings

patrickodacre/simple-api-adonis-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published