To Do Adonis
What it is
A simple "to do" application developed with the AdonisJS framework.
Getting Started
- Create the .env by using .env.example as a reference: cp .env.example .env.
- Update the .env file with your correct information.
- Install dependencies using the
npm install
command. - Prepare your database with
adonis migration:run
command. - Start the web server using the
adonis serve --dev
command. - Go to http://localhost:3333/ in your browser.
Dependencies
- Node
- NPM
- AdonisJs
- MySQL