A single project to learn about adonis
- Install dependencies using
npm install
- Migrate all migrations
adonis migration:run
- Make server alive
adonis serve --dev
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