Skip to content

trosales22/listako-ws

Repository files navigation

ListaKo API

Stack

  • Adonis5 (TypeScript)
  • MySQL

Setup

  • Run npm install
  • Create database in your local mysql server
  • Adjust the ff. in .env
  NODE_ENV=

  DB_CONNECTION=mysql
  MYSQL_HOST=
  MYSQL_PORT=
  MYSQL_USER=
  MYSQL_PASSWORD=
  MYSQL_DB_NAME=
  
  HASH_DRIVER=bcrypt
  
  TZ=Asia/Manila
  • Then execute the ff.
node ace migration:run
node ace serve --watch

Documentation

https://docs.adonisjs.com/guides/introduction

About

ListaKo (API) - A personal list app that keeps track of what you need to do.

Topics

Resources

Stars

Watchers

Forks

Contributors