All Projects → hesabFun → core

hesabFun / core

Licence: AGPL-3.0 license
Free, open source and cross-platform finance application.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to core

Web-Development
Created this new Repository for Open Source Contribution for Beginners
Stars: ✭ 25 (+8.7%)
Mutual labels:  up-for-grabs
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (+43.48%)
Mutual labels:  up-for-grabs
corejam
A scaffolding for building progressive GraphQL powered jamstack applications.
Stars: ✭ 24 (+4.35%)
Mutual labels:  up-for-grabs
Ripme
Downloads albums in bulk
Stars: ✭ 2,748 (+11847.83%)
Mutual labels:  up-for-grabs
Up For Grabs.net
This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
Stars: ✭ 2,427 (+10452.17%)
Mutual labels:  up-for-grabs
Chakracore
ChakraCore is an open source Javascript engine with a C API.
Stars: ✭ 8,600 (+37291.3%)
Mutual labels:  up-for-grabs
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (+126.09%)
Mutual labels:  up-for-grabs
fresh script
Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
Stars: ✭ 69 (+200%)
Mutual labels:  up-for-grabs
online-course-recommendation-system
Built on data from Pluralsight's course API fetched results. Works with model trained with K-means unsupervised clustering algorithm.
Stars: ✭ 31 (+34.78%)
Mutual labels:  up-for-grabs
FavouriteAnime-Hacktoberfest
Add your favorite Anime with your name
Stars: ✭ 20 (-13.04%)
Mutual labels:  up-for-grabs
stirfry
StirFry is a self contained and lightweight web framework for nodejs
Stars: ✭ 24 (+4.35%)
Mutual labels:  up-for-grabs

HeasbFun - core

Build Status Docker codecov Go Report License

Free, open source and cross-platform finance application

After clone

First install mariadb

Set ENV, MYSQL_DATABASE=your_db_name, MYSQL_ADDRESS=localhost, MYSQL_USERNAME=root, MYSQL_PASSWORD=your_password, MYSQL_PORT=3306

Install sql-migrate, run go get -v github.com/rubenv/sql-migrate/...

Migrate tables, run sql-migrate up

Database seeding, run sql-migrate up -env=seed

Database seed test data, run sql-migrate up -env=test

Run cp .env.example .env and insert your env

Install glide, run curl https://glide.sh/get | sh

Install packages, run glide install

Build

Run go build and ./core

Running tests

Run go test

Code scaffolding

Run sql-migrate your_mgirate_title to generate a new migrate file in ./migrations.

Run sql-migrate -env=seed your_seed_title to generate a new seed file in ./seeds.

Run sql-migrate -env=test your_test_title to generate a new seed file in ./seed_test.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].