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
git clone https://github.com/Lanseuo/revue.git cd revueinstall dependencies for client
cd client npm installinstall dependencies for server
cd ../server pip3 install -r requirements.txtadd config file
nano config.pyflask_secret_key = "CHANGEME" image_upload_folder = ".../revue/server/images"cd client # serve with hot reload at localhost:8080 npm run serve # build for production with minification npm run buildcd server flask run - Vue.js - JavaScript Framwork
- axios - HTTP client
- Flask - Web Framework
- MongoEngine - Object-Document-Mapper for MongoDB
Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details
Updated to Vue 3 by me (@mrmechko).
