Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Web application to search for news and articles about cryptocurrency.

Installation

To get started with the application you need to complete following steps:

  • Install dependencies:
$ pip install -r requirements.txt
  • Create .env file in root directory of the project and add there SECRET_KEY and DB_URI variables:
SECRET_KEY=your-secret-key
DB_URI=your-database-uri
  • Create tables in your database:
CREATE TABLE NEWS(
	id VARCHAR PRIMARY KEY,
	url VARCHAR,
	heading VARCHAR,
	paragraph VARCHAR
)
  • Run application:
$ python3 src/app.py

Usage

In order to use the application, simply enter the name of the cryptocurrency in the text field and click on the search button.

Example

preview

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages