Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silverqx/adonisjs-simple-stock
- Owner: silverqx
- License: mit
- Created: 2019-11-07T11:39:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T13:52:28.000Z (over 2 years ago)
- Last Synced: 2024-05-12T00:04:28.096Z (7 months ago)
- Topics: adonisjs, adonisjs-stock, testapp
- Language: JavaScript
- Size: 401 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.