https://github.com/kennethnym/track-my-app
A web app that tracks your applications and visualizes them in a sankey diagram
https://github.com/kennethnym/track-my-app
Last synced: 2 months ago
JSON representation
A web app that tracks your applications and visualizes them in a sankey diagram
- Host: GitHub
- URL: https://github.com/kennethnym/track-my-app
- Owner: kennethnym
- Created: 2025-01-27T00:27:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T00:41:57.000Z (4 months ago)
- Last Synced: 2025-01-27T01:26:17.251Z (4 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrackMyApp

[TrackMyApp](https://trackmyapp.info) is a simple web app I made to track and visualize concurrent (job) applications.
## Prerequisites
- Node.js v22
## Running Locally
1. `npm install`
2. `npm run dev`## Building and Deploying
1. `npm run build`
2. `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.