Giter VIP home page Giter VIP logo

marxxists-python's Introduction

MarXXIsts

MarXXIsts is an online platform for 21st century Marxist thinkers and activists to publish, study, analyse and critique each other's theoretical works. In other words, a slightly more robust marxists.org for the work of Marxists who are still alive and are actively engaging with criticism and analysis of their own work.

Building

Without Docker

To build this project:

  1. Ensure that PostgreSQL is installed on your local machine and that its binaries are in your path
  2. Ensure that Pandoc is installed on your local machine
  3. Create a PostgreSQL database for the application
  4. Create a config.cfg file with a line following this template: SQLALCHEMY_DATABASE_URI = "postgresql://username:password@localhost:5432/db_name"
  5. Add a line to your config.cfg file following this template: SECRET_KEY = "key-or-phrase-of-your-choice"
  6. pip install -r requirements.txt
  7. flask db upgrade
  8. flask run
  9. Check out http://localhost:5000 in your browser

With Docker

  1. make run to run
  2. Check out http://localhost:5000 in your browser
  3. make stop to stop
  4. make build to build an image

marxxists-python's People

Contributors

rosalogia avatar zacanger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

woodworker4303

marxxists-python's Issues

Implement Document Bookmarking

Users should be able to bookmark works which they'd like to come back to at a later time. Bookmarks should be displayed on one's personal profile page, but not on their public profile page.

Implement Document Versioning

Authors should have the ability to re-upload their works such that viewers can see the history of the document as it has been re-uploaded over time.

Consider not using Bootstrap

Bootstrap is extremely large (156kb minified, about 25k gzipped), heavy handed, and pretty much means the site is going to look like Bootstrap. There are a bunch of smaller options that don't get in the way as much, like these, that we could maybe switch to instead.

Set up PostgreSQL database

The application should form a connection with a PostgreSQL database. This should eventually be handled within a Docker container.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.