https://github.com/devajayantha/ads-todo
Todo App Build with AdonisJs5
https://github.com/devajayantha/ads-todo
adonis-framework adonis5 adonisjs adonisjs5 nodejs-framework
Last synced: 6 months ago
JSON representation
Todo App Build with AdonisJs5
- Host: GitHub
- URL: https://github.com/devajayantha/ads-todo
- Owner: Devajayantha
- Created: 2022-02-18T15:41:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T14:25:34.000Z (over 3 years ago)
- Last Synced: 2025-06-19T17:10:04.934Z (6 months ago)
- Topics: adonis-framework, adonis5, adonisjs, adonisjs5, nodejs-framework
- Language: TypeScript
- Homepage:
- Size: 655 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:generate`to generate private key
Run `npm install` to innstall dependecies
Run `node ace serve --watch` to start the development server by running