https://github.com/vemarahub/languagelearner
A language learner app in nodejs ( adonis js ) using ai model bing-translate-api
https://github.com/vemarahub/languagelearner
Last synced: 7 months ago
JSON representation
A language learner app in nodejs ( adonis js ) using ai model bing-translate-api
- Host: GitHub
- URL: https://github.com/vemarahub/languagelearner
- Owner: vemarahub
- Created: 2025-03-20T13:15:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T13:46:00.000Z (7 months ago)
- Last Synced: 2025-03-20T14:40:43.133Z (7 months ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adonis fullstack application
This is the fullstack boilerplate for AdonisJs, it comes pre-configured with.
1. Bodyparser
2. Session
3. Authentication
4. Web security middleware
5. CORS
6. Edge template engine
7. Lucid ORM
8. Migrations and seeds## Setup
Use the adonis command to install the blueprint
```bash
adonis new yardstick
```or manually clone the repo and then run `npm install`.
### Migrations
Run the following command to run startup migrations.
```js
adonis migration:run
```