Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcian/appliflow
📊 Track and visualize your job applications
https://github.com/lcian/appliflow
Last synced: 2 days ago
JSON representation
📊 Track and visualize your job applications
- Host: GitHub
- URL: https://github.com/lcian/appliflow
- Owner: lcian
- License: mit
- Created: 2024-04-09T12:22:35.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-08T10:16:15.000Z (3 months ago)
- Last Synced: 2024-08-08T23:36:55.416Z (3 months ago)
- Language: TypeScript
- Homepage: https://appliflow.vercel.app
- Size: 30.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appliflow
[appliflow](https://appliflow.vercel.app) is a web app that allows users to track and visualize the progress of their job applications.
https://github.com/user-attachments/assets/f4a7aa90-2b0a-41e3-a884-297149b2c258
Stack: Node.js, TypeScript, React, Next.js, NextAuth.js, Tailwind CSS, Prisma, Postgres, Vercel.
# Development
The easiest way to get started is to fork this repository and link your fork to a new Vercel project.
The first deployment will fail because the database is not set up. To fix this, create a Postgres database and link it to your project in Vercel.
You can pull the `.env` file from Vercel by using the Vercel CLI with the `vercel env pull` command.
You also need to set up the environment variables `NEXTAUTH_URL`,
`NEXTAUTH_SECRET`, `GITHUB_CLIENT_ID`, `GITHUB_CLIENT_SECRET`, `GOOGLE_CLIENT_ID`, `GOOGLE_CLIENT_SECRET` for authentication to work.