Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

hibari-moe/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hibari API

Work in progress API backend for extra Kitsu statistics for Hibari

Initially developed as part of the Web Services module at Bucks New University

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

bin/deps_release
KEMAL_ENV=production bin/api

Development

External Dependencies

  • sqlite3 (libsqlite3-dev)

Commands

Install Shards

crystal deps

Start Dev Server

crystal src/api.cr

Run Tests

crystal spec

Update Documentation

crystal docs

Build Server

crystal build src/api.cr --release
./api

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feat/myFeature)
  3. Commit your changes (git commit -am 'feat: add my feature')
  4. Push to the branch (git push origin feat/myFeature)
  5. Create a Pull Request

Contributors

  • wopian James Harris - creator, maintainer