Ranlvor / fnordcredit

💰 Open source credit system.

Home Page:https://fnordcredit.github.io/fnordcredit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fnordcredit Greenkeeper badge Travis badge

Open source credit system

Innovative, easy to use credit system for multiple users that comes with an intuitive design: Create an account and charge or discharge your credit.

This is the backend repository, for the frontend look at https://github.com/fnordcredit/frontend.

fnordcredit is written in Javascript/Node.js/react/knex.

Set up

To start a local development server do the following:

git clone git@github.com:fnordcredit/fnordcredit.git
cd fnordcredit
yarn
cp .env.example .env
yarn newDatabase
yarn build

As last step, start the local development server using yarn start and visit http://localhost:8000

Updating Fnordcredit

git pull
yarn
yarn knex migrate:latest
yarn build
yarn start

About

💰 Open source credit system.

https://fnordcredit.github.io/fnordcredit

License:MIT License


Languages

Language:JavaScript 100.0%