6921a214f56be54f6c721a96241e6024805fedf8
TrackMyApp
TrackMyApp is a simple web app I made to track and visualize concurrent (job) applications.
Prerequisites
- Node.js v22
Running Locally
npm install
npm run dev
Building and Deploying
npm run build
npm start
TrackMyApp should now be running on localhost:3000. Put a reverse proxy like nginx in front, and you are good to go.
Deploying to Fly
The public instance is deployed on [https://fly.io].
Using the fly.toml
provided, You should be able to run fly deploy
on your machine and deploy it to your Fly account, provided that you are logged in.
Description
A web app that tracks your applications and visualizes them in a sankey diagram
https://trackmyapp.info
Languages
TypeScript
96.9%
Dockerfile
2.4%
CSS
0.7%