Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxhnlcs/adonis_lessons
Aprendendo boas práticas com AdonisJS
https://github.com/jxhnlcs/adonis_lessons
Last synced: 27 days ago
JSON representation
Aprendendo boas práticas com AdonisJS
- Host: GitHub
- URL: https://github.com/jxhnlcs/adonis_lessons
- Owner: jxhnlcs
- Created: 2024-03-09T00:52:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T01:16:11.000Z (11 months ago)
- Last Synced: 2024-11-09T02:52:43.714Z (3 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adonis_lessons
AdonisJS é uma estrutura web baseada em TypeScript para a construção de aplicativos web e servidores API. Ele vem com suporte para testes, ferramentas modernas, um ecossistema de pacotes oficiais e muito mais.
```
npm init adonis-ts-app test
``````
node ace make:controller Posts
```