https://github.com/crgiopeca88/adonisjs-experiments
This is an adonisJs repo to experiment with this JS framework!
https://github.com/crgiopeca88/adonisjs-experiments
adonisjs javascript lucid postgresql
Last synced: 2 months ago
JSON representation
This is an adonisJs repo to experiment with this JS framework!
- Host: GitHub
- URL: https://github.com/crgiopeca88/adonisjs-experiments
- Owner: CrgioPeca88
- License: gpl-3.0
- Created: 2022-05-14T00:27:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T17:51:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T07:22:02.293Z (4 months ago)
- Topics: adonisjs, javascript, lucid, postgresql
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adonisjs Experiments
This is an adonisJs repo to experiment with this JS framework!## Run Project
run next commands```
- npm install
- (postgresql should be running)
- adonis migration:run
- npm start || adonis serve --dev
```