Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.14 KB

File metadata and controls

50 lines (35 loc) · 1.14 KB

logo flowhi

flowhi (フロー日) is a progress tracker website currently in development that helps you achieve your goals through comprehensive progress monitoring. Track multiple elements such as scale measurements, time spent, weight changes, and more - all in one place. By visualizing your progress over time, flowhi empowers you to stay motivated on your journey toward accomplishing your personal goals.

Tech

Frontend: Vite.js + React + Tailwind

Backend: Node.js + Express.js

Database: Mysql

A few images

Main page Main page

Install

You need to install npm and node (>22)

cd frontend
npm install

cd backend
npm install 

Start

Start backend:

cd backend 

npm run dev

Start frontend:

cd frontend

npm run dev

Start Tailwind watch:

cd frontend

npm start

docker/mariadb docker/grafana