You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+34-4Lines changed: 34 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Github Repo Search Tool provides enhanced search functionality, allowing use
16
16
17
17
4. Sorting by Top Rated: The search results can be sorted by the rating or popularity of the repositories. This feature allows users to view the repositories in descending order of their ratings, helping them identify the most highly rated repositories.
18
18
19
-
## Installation
19
+
## Installation and Configuration
20
20
21
21
To install and use this project, please follow the steps below:
22
22
@@ -41,13 +41,43 @@ To install and use this project, please follow the steps below:
41
41
7. Obtain your own token from GitHub and replace it in the `settings.py` file. Look for the line:
42
42
`TOKEN = 'your token'`
43
43
44
+
Replace 'your token' with your actual token.
45
+
46
+
Once you have completed these steps, you should have the project installed and configured on your local machine. You can proceed to run the application and explore its features.
47
+
48
+
To run the server, execute the following command in your terminal:
49
+
`python3 wsgi.py`
50
+
51
+
This will start the server, and you will be able to access the application by visiting the appropriate URL in your web browser.
52
+
44
53
## Usage
45
54
46
-
Provide instructions on how to use your project. You can include code examples or screenshots if necessary.
55
+
After installing and setting up the project, run the server using the command python3 wsgi.py.
56
+
57
+
Open your web browser and navigate to the URL where the server is running (usually http://localhost:5000).
58
+
59
+
On the home page, you will see a search form where you can specify your search criteria.
60
+
61
+
Choose a topic from the dropdown menu to search for repositories related to that topic.
62
+
63
+
Optionally, select a rating option to filter the repositories by their star rating.
64
+
65
+
You can also choose a programming language from the dropdown menu to further refine your search.
66
+
67
+
Click on the "Search" button to initiate the search.
68
+
69
+
The search results will be displayed on the next page, showing the repositories that match your criteria.
70
+
71
+
Each repository will be listed with its name, description, star rating, and other relevant information.
72
+
73
+
You can click on a repository to view more details and explore its contents.
74
+
75
+
Use the navigation links at the top or bottom of the page to navigate through the search results pages.
47
76
48
-
## Configuration
77
+
To perform a new search, simply go back to the home page and enter new search criteria.
49
78
50
-
Explain any configuration options or environment variables that need to be set up for your project.
79
+
Enjoy exploring and discovering interesting GitHub repositories based on your search preferences!
0 commit comments