Skip to content

tdadadavid/Fintek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhynTek


SETUP


Clone project

  🍕. git clone git@github.com:tdadadavid/Fintek.git

Install dependencies

  🍕. make download_deps

Create environment files and file them correctly

  🍕. cp .env.env.example env.env

Start project [dev mode]

  🍕. make start_dev

Start project [prod]

  🍕. make start_prod

Using docker 🐳

  🐳 docker run dockerrundavid/fingreat:latest

GUIDELINES


  • When creating new branch if you're fixing a bug or implementing a feature follow this pattern
    • fixing: fix/<name-of-fix>
    • feature: feat/<name-of-feature>
  • Never commit directly into the main branch.

About

Your Financial buddy written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published