0.0.1-1 • Published 6 years ago

loandolphin-api v0.0.1-1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
6 years ago

LoanDolphin API

This is Loandolphin's CRUD API, for frontend purposes. Made in JS with axios, rollup, babel, jest, eslint and renovate.

Features

Key features

Minor features

Getting started

# 1. Clone the repository.
git clone git@bitbucket.org:loandolphin/loandolphin-api.git

# 2. Enter your newly-cloned folder
cd loandolphin-api

Documentation

Fast up and running (for non-frontenders only)

# Install packages
make bootstrap

# Launch the dev server and automatically open it in
# your default browser when ready
make run

# Run unit tests
make test

# Release new version: run command and copy content of demo folder to demo hosting
make release

If you're a frontender, check the package.json for available npm commands