Skip to content

izntariq/thatsTheNews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thats The News

A News app that provides topic based feeds comprising of artice summaries with their respective headlines and links, based on reddit clone built with Vue.js and Flask

Screenshot

Installation

git clone https://github.com/Lanseuo/revue.git cd revue

install dependencies for client

cd client npm install

install dependencies for server

cd ../server pip3 install -r requirements.txt

add config file

nano config.py
flask_secret_key = "CHANGEME" image_upload_folder = ".../revue/server/images"

Usage

cd client # serve with hot reload at localhost:8080 npm run serve # build for production with minification npm run build
cd server flask run 

Made with

Meta

Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details

Update

Updated to Vue 3 by me (@mrmechko).

About

CS 322 Software Engineering Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 57.4%
  • Python 32.8%
  • JavaScript 6.2%
  • Dockerfile 2.1%
  • CSS 0.6%
  • HTML 0.5%
  • Shell 0.4%