Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ubakaliya/tracker

A program that allows users to add the name of the company, enter the data that was applied, and search the database if they have already applied at another company.
https://github.com/ubakaliya/tracker

Last synced: about 8 hours ago
JSON representation

A program that allows users to add the name of the company, enter the data that was applied, and search the database if they have already applied at another company.

Awesome Lists containing this project

README

        

# Tracker

## Program Description
* This program allows a user to add a company to a database and search for information about a specific company.

## Adding a Company
* The user inputs the name of a company they have applied to.
* The program checks the database to see if the company already exists.
* If the company does not exist in the database, the program adds the company to the database.
* If the company does exist in the database, the program displays a message indicating that the company has already been added.

## Searching for a Company
* The user can search for a specific company in the database.
* When the user searches for a company, the program displays information about the company, including:
* The name of the company
* A list of users who have applied to the company

Launch your Terminal and clone the repository. Clone it by using following command:
```
git clone https://github.com/ubaka2/Tracker.git
```
After downloading the application, identify the place where it was downloaded to get started.
Call ```make run``` on your console to start the program. Enjoy 😉.