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

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.

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.

[![ScreenShot](app/static/images/index.png)](#)

### Some screenshots

[![ScreenShot](app/static/images/readme1.png)](#)

[![ScreenShot](app/static/images/readme2.png)](#)

[![ScreenShot](app/static/images/readme3.png)](#)

### 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