Skip to content

acidiney/learn-adonisjs

Repository files navigation

Adonis Learn API

A single project to learn about adonis

Setup

  1. Install dependencies using
npm install
  1. Migrate all migrations
adonis migration:run
  1. Make server alive
adonis serve --dev

Test endpoints

I have used the rest-client extension for VSCode to test my endpoint without leave VsCode, You can find all documentation about endpoint in rest-client folder, and if you have the extension installed you can simple click on send request and see what happens ^^

thanks

About

A single repository learn about routing, upload files, controllers, auth with adonis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published