Giter Site home page Giter Site logo

platal2's Introduction

platal2

This repository hosts the next generation of plat/al, Polytechnique.org's PLATform for ALumni.

It is intended as a brand new, clean redesign of the main site:

  • A clean backend accessed through a REST API
  • A new, full-browser UI built upon React.js (to be confirmed)

The final design should be built around the following components:

  • A main SQL database
  • A cache (likely Redis)
  • A search engine (likely ElasticSearch)
  • A Django-based backend, exposing an API through django-rest-framework
  • A full UI, using Backbone.js, Flux and React.js

Code layout

  • backend/ contains the backend project
  • ui/ contains the JS parts
  • docs/ include the documentation, built using Sphinx.

Install

For the API:
  • Install Python3.4
  • Create a virtualenv: pyvenv ~/dev/venvs/platal2
  • Enter it: . ~/dev/venvs/platal2
  • Install requirements: cd backend; make install-deps
  • Adapt example_settings.ini into a local_settings.ini suitable to access the production database
  • Setup the Django part: ./manage.py syncdb
  • Start it up! ./manage.py runserver
For the UI:

License

  • The UI is distributed under a yet-to-be-defined license, likely GPLv3
  • The API code is distributed under the AGPL license.

platal2's People

Contributors

ekleog avatar elinorbgr avatar fishilico avatar rbarrois avatar vberger avatar

Watchers

 avatar  avatar  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.