https://github.com/blackiq/ug-search
Search users in Github. Created with Flask, PipEnv, Heroku and free time.
https://github.com/blackiq/ug-search
flask hacktoberfest hacktoberfest2021 heroku pipenv python
Last synced: about 1 year ago
JSON representation
Search users in Github. Created with Flask, PipEnv, Heroku and free time.
- Host: GitHub
- URL: https://github.com/blackiq/ug-search
- Owner: BlackIQ
- License: gpl-3.0
- Created: 2021-10-12T08:04:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T04:43:31.000Z (over 3 years ago)
- Last Synced: 2025-04-07T18:43:02.802Z (about 1 year ago)
- Topics: flask, hacktoberfest, hacktoberfest2021, heroku, pipenv, python
- Language: Python
- Homepage: https://ug-search.herokuapp.com/
- Size: 1.06 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search in Github
Here search for users in Github and other stuff!
### This app is working with,
- **Data** Github API
- **BackEnd** Flask
- **Language** Python
- **Package manager** PipEnv
- **Hosted** Heroku
- **Source** on Github
### Where to see
Open [us-search.herokuapp.com](https://ug-search.herokuapp.com/).
### Contribute
For small changes, open an issue or do it by yourself.
### How to run
- First clone it and go to the directory. Run `pipenv shell`.
> This project is using **PipEnv**. Don't run `pip3 install`.
```shell
$ git clone https://github.com/BlackIQ/UG-Search
$ cd covid
$ pipenv shell
```
- Export variables and run **Flask app**.
```shell
$ export FLASK_APP=wsgi.py
$ export FLASK_ENV=development
$ flask run
```
- After go to `127.0.0.1:5000` in your broswer.
[](#)
### Some screenshots
[](#)
[](#)
[](#)
### Hacktoberfest
Now is **October 12** and here is **Hacktoberfest**. Contribute on this project to get label.
### License
This project is licensed under **GPL-3** license
### TODO
- [x] Front-End design
- [x] Deploy
- [ ] Search organization
- [ ] Search repository