Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

amsimoes/faber-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faber-news

Hacker news clone programming challenge for FaberVentures technical interview.

Made with: Flask backend + Jinja2 templating HTML/CSS + SQLite3 DB

Configuration

  • $ cd faber_news
  • # pip3 install -r requirements.txt

Usage

From root folder (faber-news):

  1. $ cd faber_news/faber_news/
  2. $ export FLASK_APP=faber_news.py
  3. $ flask initdb
  4. $ python3 -m flask run

And it will be running at localhost:5000

About

Hacker news clone programming challenge for FaberVentures technical interview

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published