Commit c6f28781 by Guest User

Update README.md

1 parent d589dc80
Showing with 17 additions and 0 deletions
Python application built for ACELR
Author: Vinay Prabhakaran
Application tested on
- Python 2.7.13 (default, Jan 19 2017, 14:48:08)
Steps to Test or Execute
1. Download the tar file
2. Untar the file using tar -xvf acelr.tar.gz
3. change directory: cd acelr
4. run command: python manage.py runserver
5. Go to browser: http://127.0.0.1:8000/
6. Enter artificial intelligence or any repo to search on github
7. View the Results
- Github url and description of top 50 projects having maximum stars given by the users for the input query. Note description / title will be available on click of the title of the search result
- Unique list of programming languages involved in top 50 projects
- Average star rating of all top 50 projects
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!