/MoneyTracker

Web app to track money

Primary LanguageGo

MoneyTracker

Web app to track money

Getting Started

Clone this repo using git clone

Prerequisites

MakeFile

There is a make file there you can add commands and add their shortcut, so be free to add your commands

Running Code

Be sure to add your database connection string in app.env file, then

just run make start

your server will start

Run the follow endpoint

/ping

Happy Hacking 😎

Running the coverage tests

Add your test files, once you can run make test and then you can see your coverage

Running Linter

Once you finish your commit you can run make lint it will run a linter and you can be sure about your good code 😉

.github folder

There are github actions workflows there you have a linter, builder, and test runner 80% minimum that runs in github