Job Tracker is a CLI application where you can track your applied jobs, view, list, delete, and update
Now you can track your dream jobs
- Insert Job
- Delete
- Modify
- List && Filter
- clone repo
git clone https://github.com/Omar-ahmed314/Job-Tracker
- install MongoDB and create jobTracker database and Jobs collection
- copy the connection string into .env file
MONGODB_CONNECTION_STRING=<connection_string>
- run
npm install
npm link
job-tracker