proof-frontend-assignment

A little exercise with React: fun for a few days :)

View the Project on GitHub pdonorio/proof-frontend-assignment

rapydo

quick intro to the framework behind this exercise

RAPyDo is an open-source framework, currently used for many (internal) projects. We are in the process of evaluating how to write tutorials and documentation to bring people to join the effort.

It was initially written to help the use of docker containers to non-DevOps engineers while developing a typical web application based on:

just a matter of configuration

Taking advantage of docker-compose we splitted base and custom configuration to:

NOTE: in this exercise you will only play with debug mode for simplicity.

how it works

The rapydo framework requires a controller installed locally through a python package to do the work for you. When you have that you can launch commands from terminal starting with rapydo binary, e.g.

$ cd path/to/your/rapydo/project
$ rapydo start

To fullfil rapydo requirements your repository needs to meet some folders pattern. So we prepared a scaffold for you with a preset configuration with:

From this scaffold it would be easy to add a react or angular frontend, and switch to deploy in production with almost zero changes.