All Projects → ammezie → adonis-tasks

ammezie / adonis-tasks

Licence: other
A simple task list

Programming Languages

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

Labels

Projects that are alternatives of or similar to adonis-tasks

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 (+733.33%)
Mutual labels:  adonisjs
adonisjs-create-react-app
Adonisjs + Create React App Boilerplate
Stars: ✭ 22 (+83.33%)
Mutual labels:  adonisjs
adonisjs-electron
Boilerplate for adonisjs + Electron
Stars: ✭ 17 (+41.67%)
Mutual labels:  adonisjs
adonis-lucid-soft-deletes
Addon for soft deletes AdonisJS Lucid ORM
Stars: ✭ 55 (+358.33%)
Mutual labels:  adonisjs
youtube-adonisjs-iniciando
Project created in the AdonisJS video
Stars: ✭ 16 (+33.33%)
Mutual labels:  adonisjs
server
👨🏾‍🍳 Server for Ferdi that you can re-use to run your own
Stars: ✭ 26 (+116.67%)
Mutual labels:  adonisjs
create-adonis-ts-app
Boilerplate to create a new AdonisJs typescript project
Stars: ✭ 94 (+683.33%)
Mutual labels:  adonisjs
adonis-graphql-server
A GraphQL server built with Apollo server and AdonisJs
Stars: ✭ 31 (+158.33%)
Mutual labels:  adonisjs
XENA
XENA is the managed remote administration platform for botnet creation & development powered by blockchain and machine learning. Aiming to provide an ecosystem which serves the bot herders. Favoring secrecy and resiliency over performance. It's micro-service oriented allowing for specialization and lower footprint. Join the community of the ulti…
Stars: ✭ 127 (+958.33%)
Mutual labels:  adonisjs
adonis-cache
Cache provider for AdonisJS framework
Stars: ✭ 66 (+450%)
Mutual labels:  adonisjs
adonis-fcm
Firebase Cloud Messaging for AdonisJS
Stars: ✭ 19 (+58.33%)
Mutual labels:  adonisjs
electro
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
Stars: ✭ 20 (+66.67%)
Mutual labels:  adonisjs
adonis-sail
⛵Generate a ready-to-use local docker environment for your Adonis application
Stars: ✭ 36 (+200%)
Mutual labels:  adonisjs
gerar-boletos
Biblioteca em Node.js para geração de boletos utilizando PDFKit.
Stars: ✭ 81 (+575%)
Mutual labels:  adonisjs
adonis-modules
📦 Discover all AdonisJS packages developed by the community
Stars: ✭ 23 (+91.67%)
Mutual labels:  adonisjs
gavn
Invoice System for Freelancers as a Single Page Application built with AdonisJs and Vue.js
Stars: ✭ 54 (+350%)
Mutual labels:  adonisjs
adonisjs-laravel-mix
An AdonisJs fullstack application blueprint with Laravel Mix
Stars: ✭ 17 (+41.67%)
Mutual labels:  adonisjs
adonis-recaptcha2
Google reCAPTCHA for AdonisJS
Stars: ✭ 24 (+100%)
Mutual labels:  adonisjs
manager
The builder (Manager) pattern implementation used by AdonisJs
Stars: ✭ 14 (+16.67%)
Mutual labels:  adonisjs
assembler
Set of commands to build and serve AdonisJS projects, along with `make:` commands
Stars: ✭ 25 (+108.33%)
Mutual labels:  adonisjs

A simple task list built with AdonisJS

Getting Started

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

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

If you use https, use this instead

git clone https://github.com/ammezie/adonis-tasks.git

Setup

Run the command below to install dependencies

npm install

Browser download

Since this repo relies on puppeteer for running tests, it requires a bundled Chromium version.

The installation of Chromium may take a while and optionally you can skip it by running following command.

PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install

Environment variables

Duplicate .env.example and rename it .env

Migrations

Setup your database and enter the following in .env

DB_CONNECTION=mysql
DB_HOST=localhost
DB_DATABASE=adonis-tasks
DB_USER=root
DB_PASSWORD=

Run the following command to run migration.

adonis migration:run

Finally, start the application:

adonis serve --dev

and visit http://127.0.0.1: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].