Git Product home page Git Product logo

recenseo.es's Introduction

Recenseo.es...

...is a simple application which allows writers to share their articles, drafts, books etc with others. More importantly it allows authors to get a review from fellow writers. The idea is simple, you can publish your text and get a fast review from other users. Reviews are not meant to be a form of promotion, they are closer to feedback that one can get in a writers club. The project is to be deployed at the domain recenseo.es.

The app is written in Flask 0.9, with MySQL as the database engine. SQL Alchemy's expression language, not ORM is used as means of communicating with db, at times however queries are written in plain mysql, without mediation of alchemic abstraction layer. As for the front end, design involves heavily customized version of Twitter Bootstrap 2.3.

Architecture

Loosely inspired by MVC pattern, Flask gives a lot of flexibility, it doesn't enforce any particular design pattern, nevertheless the project conforms with MVC guidelines.

Structure

The project has following structure

├── run.py   # launches app 
├── runtest.sh # runs all tests and cleans up after them
├── src
│   ├── flaskr.py # main controller
│   ├── forms.py  # self-explanatory
│   ├── modele.py # data representations, including schemas for each table and queries
│   ├── static
│   │   ├── css
│   │   ├── img
│   │   └── js
│   └── templates # each folder contains templates concerning one functionality
│       ├── review
│       ├── reviewRequest
│       └── users
├── tests # all tests are placed here
├── utilities # some scripts for manipulating database
└── uwsg_config.ini # needed for deployment with nginx

License

MIT license

recenseo.es's People

Contributors

pawelmhm avatar

Watchers

James Cloos avatar

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.