All Projects → ammezie → adonis-support-ticket

ammezie / adonis-support-ticket

Licence: MIT license
A support ticket application in AdonisJs

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to adonis-support-ticket

Bj Decoupage Territorial
API pour récupérer les départements, communes, arrondissements et les quartiers du Bénin
Stars: ✭ 29 (+3.57%)
Mutual labels:  adonisjs
Adonisjs Hackathon Starter
A boilerplate for AdonisJS web framework
Stars: ✭ 142 (+407.14%)
Mutual labels:  adonisjs
gavn
Invoice System for Freelancers as a Single Page Application built with AdonisJs and Vue.js
Stars: ✭ 54 (+92.86%)
Mutual labels:  adonisjs
Docs
AdonisJs Chinese Documentions
Stars: ✭ 46 (+64.29%)
Mutual labels:  adonisjs
Adonis Adminify
Admin dashboard based on AdonisJs + Adminify (based on vuetify)
Stars: ✭ 90 (+221.43%)
Mutual labels:  adonisjs
Adonis Acl
demo app: https://github.com/enniel/adonis-acl-blog-demo
Stars: ✭ 195 (+596.43%)
Mutual labels:  adonisjs
Adonis Tdd Tutorial Demo
Stars: ✭ 22 (-21.43%)
Mutual labels:  adonisjs
adonis-lucid-soft-deletes
Addon for soft deletes AdonisJS Lucid ORM
Stars: ✭ 55 (+96.43%)
Mutual labels:  adonisjs
Adonis Bumblebee
Api Transformer for AdonisJs Framework
Stars: ✭ 125 (+346.43%)
Mutual labels:  adonisjs
create-adonis-ts-app
Boilerplate to create a new AdonisJs typescript project
Stars: ✭ 94 (+235.71%)
Mutual labels:  adonisjs
Adonis pro
node.js 框架 adonisjs WEB应用:多人在线文章分享平台
Stars: ✭ 52 (+85.71%)
Mutual labels:  adonisjs
Adonis Lucid Filter
Addon for filtering AdonisJS Lucid ORM
Stars: ✭ 67 (+139.29%)
Mutual labels:  adonisjs
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (+732.14%)
Mutual labels:  adonisjs
Adonisdocbr
Documentação completa em português brasileiro da versão 4.1 do Adonisjs
Stars: ✭ 33 (+17.86%)
Mutual labels:  adonisjs
saas-react-starter-kit-boilerplate
SaaStr is a React SaaS boilerplate to kickstart your new SaaS adventure as fast as possible. Built on top of Adonis JS for the BackEnd and React Starter Kit for the Front-End
Stars: ✭ 100 (+257.14%)
Mutual labels:  adonisjs
Adminify
An Admin Dashboard based on Vuetify material
Stars: ✭ 923 (+3196.43%)
Mutual labels:  adonisjs
Leaguestats
📈 League of Legends Stats Web App
Stars: ✭ 172 (+514.29%)
Mutual labels:  adonisjs
adonis-fcm
Firebase Cloud Messaging for AdonisJS
Stars: ✭ 19 (-32.14%)
Mutual labels:  adonisjs
gerar-boletos
Biblioteca em Node.js para geração de boletos utilizando PDFKit.
Stars: ✭ 81 (+189.29%)
Mutual labels:  adonisjs
Moviepark
A Nuxt universal app with an Adonis 5 api server using the TMDb API for its movie catalog.
Stars: ✭ 32 (+14.29%)
Mutual labels:  adonisjs

adonis-support-ticket

A support ticket application in AdonisJs

Getting Started

Clone the project repository by running the command below if you use SSH

git clone [email protected]:ammezie/adonis-support-ticket.git

If you use https, use this instead

git clone https://github.com/ammezie/adonis-support-ticket.git

Run the command below to install dependencies

npm install

Setting Up

Duplicate .env.example and rename it .env

Database And Migrations

Setup your database:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_USER=
DB_PASSWORD=
DB_DATABASE=
./ace migration:run

Run Categories Seeder

./ace db:seed

Mail Driver

Specify mail driver:

MAIL_DRIVER=log

And finally, start the application:

npm run serve:dev

and visit http://localhost:3333/ to see the application in action.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].