Skip to content

Latest commit

 

History

History
191 lines (137 loc) · 4.52 KB

README.md

File metadata and controls

191 lines (137 loc) · 4.52 KB

Redactor Zone

Great move to become a true journalist!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

About The Project

Main site

Project has been created for journalists freelancers and casual users. It allows You to create Your own articles, share news, integrate on the blogs and more...

Built With

Getting Started

Clone this repo to your local machine simply using https://github.com/Czembri/contentAgregator.git You need to have installed python 3.8 > and postgres database.

Installation

  1. Open terminal in the source directory

  2. Create and activate a virtual environment

    • Windows:
    python -m venv venv
    venv\Scripts\activate
    • Linux/MacOS
    python3 -m venv venv
    source venv/bin/activate
  3. Install requirements.txt

  • windows
python -m pip install -r requirements.txt
  • Linux/MacOS
python3 -m pip install -r requirements.txt
  1. Create app_config.ini file and fill it with suitable data.
    [DATABASE]
     login = 
     password = 
     url = 
     db = 
    
     [MAIL]
     username =
     password =
     mail_default_sender = 
     mail_sender = 
     mail_receiver = 
    
     [SECRETS]
     secret_key = 
     jwt_secret_key = 
    
     [GOOGLE]
     google_client_id =
     google_client_secret =
  2. Upgrade Your database using:
  flask db upgrade
  1. Seed Your database using:
flask seed run

Usage

Discover news made by users

Discover

or check pupular news

Popular

Enjoy Your dashboard

Dashboard

Integrate with users on the forum

Forum

Forum-comment

Roadmap

-- to do

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MY License. See LICENSE for more information.

Contact

Twitter - @CzembrowskaOla

Project Link: https://github.com/Czembri/contentAgregator

Acknowledgements