Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 445 Bytes

ads-todo

This repo contains an example application of the Adonis Framework 5

Usage Requitment

  • NodeJS 16.3.2

Installation

git clone git@github.com:Devajayantha/ads-todo.git

After that, make .env file or can do with copy from .env.example
Run adonis key:generateto generate private key
Run npm install to innstall dependecies
Run node ace serve --watch to start the development server by running