An open API service indexing awesome lists of open source software.

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!

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
```