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

https://github.com/feliciousx/ayo_u

your personal debt tracker
https://github.com/feliciousx/ayo_u

Last synced: 10 months ago
JSON representation

your personal debt tracker

Awesome Lists containing this project

README

          

# Ayo_u

Your personal debt tracker backend.

# Dependency

- [gradle](https://gradle.org/install) v4 - for compiling Kotlin to Javascript
- [npm](https://nodejs.org/en/download/current/) v5 and above - to be the package manager and run scripts
- [ktlint](https://github.com/shyiko/ktlint#installation) - for linting

# Getting Started

1. Install the packages required by `npm install`
2. Run `npm run build` to compile
3. Run `npm start` to start the webserver

# Development

1. Run `npm run build:watch` to compile whenever there are file changes
2. Run `npm start` to start the webserver. It will restart itself when the file changes.