Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silverqx/adonisjs-simple-stock

Adonisjs Simple Stock test application
https://github.com/silverqx/adonisjs-simple-stock

adonisjs adonisjs-stock testapp

Last synced: 1 day ago
JSON representation

Adonisjs Simple Stock test application

Awesome Lists containing this project

README

        

# Adonis fullstack application

This is my Adonis simple stock test application.

Contains only Products CRUD.

## Installation

* `git clone https://github.com/silverqx/adonisjs-simple-stock`
* `cd adonisjs-simple-stock`
* `npm install -g @adonisjs/cli`
* `npm install`
* create some mysql database
* rename `env.example` to `.env` and fill out correct data
* `adonis key:generate`
* `adonis migration:run`
* `adonis serve --dev`
* look at http://localhost:3333

## Authentication

Application doesn't contain any seeded users, you have to register one.