Skip to content

Commit a749ed8

Browse files
committed
Update README.md
1 parent 8dcc139 commit a749ed8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
Job Tracker is a simple, powerful, and user-friendly web application designed to help job seekers efficiently manage their job search process. Built with Ruby on Rails and enhanced with modern web technologies, this tool streamlines the often overwhelming task of tracking multiple job applications.
2222

23-
<img alt="UI Screenshot" src="https://github.com/user-attachments/assets/8153c979-2bc9-437b-965d-c838506d5036"/>
23+
<img alt="UI Screenshot" src="https://github.com/user-attachments/assets/09f11ccf-e266-457f-bac6-f2b4183f1377"/>
2424

2525
## Key Features
2626

2727
- **Intuitive Interface**: Easy-to-use dashboard for quick overview of all job applications.
2828
- **Detailed Tracking**: Record essential information for each application, including:
29-
- Applied
30-
- Company
31-
- Position
29+
- Applied On Date
30+
- Company Name
31+
- Position Title
3232
- Postion Type (Full-time, Part-time, Internship)
3333
- Contact Method
3434
- Point of Contact (P.o.C.)
@@ -63,7 +63,13 @@ Refer [here](./docs/installing_prerequisites.md) to install these dependencies
6363

6464
### Running the application
6565

66-
Start your application
66+
Run `bin/setup` to set up the application. It prepares the database and installs the required ruby gems and javascript packages. The script is idempotent, so you can run it multiple times.
67+
68+
```bash
69+
./bin/setup
70+
```
71+
72+
Start Job Tracker
6773

6874
```bash
6975
./bin/dev

0 commit comments

Comments
 (0)