Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicky-peace/jobster-api
https://github.com/vicky-peace/jobster-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicky-peace/jobster-api
- Owner: Vicky-peace
- Created: 2024-06-12T16:57:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T12:43:35.000Z (5 months ago)
- Last Synced: 2024-08-02T14:19:26.525Z (5 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jobster
Jobster is a job application management dashboard that allows users to manage job applications, schedule interviews, and track application statuses.
![Jobster Dashboard](./img/Screenshot%202024-06-12%20214040.png)
## Table of Contents
- [Features](#features)
- [Tech Stack](#tech-stack)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [API Endpoints](#api-endpoints)
- [License](#license)## Features
- User authentication and profile management
- Job listing and application tracking
- Interview scheduling and management
- Application status updates and filtering## Tech Stack
- **Framework**: [Hono](https://hono.dev/)
- **ORM**: [Drizzle ORM](https://drizzle.team/)
- **Database**: PostgreSQL (using [Neon Database](https://neon.tech/))
- **Package Manager**: [pnpm](https://pnpm.io/)
- **Environment Variables**: [dotenv](https://www.npmjs.com/package/dotenv)
- **Authentication**: [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken)
- **Password Hashing**: [bcryptjs](https://www.npmjs.com/package/bcryptjs)
- **Task Scheduling**: [node-cron](https://www.npmjs.com/package/node-cron)## Installation
1. Clone the repository:
```bash
git clone https://github.com/Vicky-peace/Jobster-API
cd jobster