Skip to content

heylix/fnordcredit

 
 

Repository files navigation

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.

Development

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

To start a local development server do the following:

git clone git@github.com:silsha/fnordcredit.git
cd fnordcredit
yarn
cp .env.example .env
yarn newDatabase
yarn build
  
# Don’t forget to build the frontend
cd fnordcredit-frontend
yarn
yarn build
cd ..

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

About

💰 Open source credit system.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%