markelog / pento

Training execrise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pento Build Status

Time Tracker

Intro

This project intendent to be looked at for inspiration reasons (mainly mine :-). It's not prepared for the deploy of any kind, only dev version is available

Development

In order to check out this project you need to open to terminal sessions, one for backend and the other for frontend.

Back

Requires installed docker stuff, make and Go language on your machine

$ cd back && cp .env.example .env && make dev

Front

Only Node.js is required :), no tests or typescript – :(( I suck, haven't had the time

$ cd front && cp .env.example .env && npm i && npm run dev

Then

And then you can check out the app

About

Training execrise


Languages

Language:Go 55.9%Language:JavaScript 28.4%Language:Shell 11.7%Language:Makefile 2.1%Language:CSS 2.0%