Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.