Skip to content

Jobi is a Command Line Interface (CLI) tool designed to help you manage your job applications efficiently. With this tool, you can add, update, delete, and view all job applications stored in a MongoDB database.

Notifications You must be signed in to change notification settings

notkoyo/jobi-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobi CLI Tool

Jobi is a Command Line Interface (CLI) tool designed to help you manage your job applications efficiently. With this tool, you can add, update, delete, and view all job applications stored in a MongoDB database.

Features

  • Add Job: Add a new job application to your MongoDB database.
  • Update Job: Update details of an existing job application.
  • Delete Job: Remove a job application from the database.
  • View Jobs: Display all job applications you have applied to.

Installation

  1. Clone the repo
git clone https://github.com/notkoyo/jobi-cli.git
cd jobi-cli
  1. Install required dependencies
npm install
  1. Change process.env.MONGODB_URI to a string of your own MongoDB URI
await mongoose.connect(
    "mongodb+srv://<username>:<password>@jobi-cli.h91g0jt.mongodb.net/<dbName>?retryWrites=true&w=majority&appName=<clusterName>"
);
  1. Install the tool globally
  • Mac:
sudo npm install -g
  • Windows:
npm install -g

Usage

  • Run the tool in the command line
jobi

CLI Main Menu

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

Contact

For any questions or feedback, please open an issue on GitHub or contact me at kaiden@outlook.kr.

About

Jobi is a Command Line Interface (CLI) tool designed to help you manage your job applications efficiently. With this tool, you can add, update, delete, and view all job applications stored in a MongoDB database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published