Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: python
python:
- 2.7
install:
- pip install tox-travis
- pip install coveralls
script:
- tox
after_success:
- coveralls
84 changes: 0 additions & 84 deletions CA_TECH

This file was deleted.

87 changes: 14 additions & 73 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
Notejam
*******

**The easy way to learn web frameworks**

Do you know framework X and want to try framework Y?
The easy way to start with a new framework is to compare it with frameworks you already know.
The goal of the project is to help developers easily learn new frameworks by examples.

Notejam is a unified sample web application (more than just "Hello World") implemented using different server-side frameworks.
Currently python, php, ruby and javascript frameworks are supported.
The goal of this repository to give our candidates a simple application that can be deployed to present their skills
during the tech assignment.


====================
Expand All @@ -19,44 +14,8 @@ Supported frameworks
**Python**


* `Django <https://github.com/komarserjio/notejam/tree/master/django>`_
* `Flask <https://github.com/komarserjio/notejam/tree/master/flask>`_
* `Pyramid <https://github.com/komarserjio/notejam/tree/master/pyramid>`_

**PHP**

* `Laravel <https://github.com/komarserjio/notejam/tree/master/laravel>`_
* `Yii <https://github.com/komarserjio/notejam/tree/master/yii>`_
* `CakePHP <https://github.com/komarserjio/notejam/tree/master/cakephp>`_
* `Nette <https://github.com/komarserjio/notejam/tree/master/nette/native_db>`_ / `Nette + Doctrine <https://github.com/komarserjio/notejam/tree/master/nette/doctrine>`_
* `Symfony <https://github.com/komarserjio/notejam/tree/master/symfony>`_

**Ruby**

* `Padrino <https://github.com/komarserjio/notejam/tree/master/padrino>`_
* `Ruby on Rails <https://github.com/komarserjio/notejam/tree/master/rubyonrails>`_

**Java**

* `Spring <https://github.com/komarserjio/notejam/tree/master/spring>`_

**Javascript (node.js)**

* `Express <https://github.com/komarserjio/notejam/tree/master/express>`_


In progress
-----------
* `Flask <https://github.com/nordcloud/notejam/tree/master/flask>`_

**Scala**

* Play

**Clojure**

* Compojure

... and more frameworks are coming soon.

====================
Application overview
Expand All @@ -67,28 +26,28 @@ Notes are grouped in pads.

**Screenshots**

.. image:: https://github.com/komarserjio/notejam/blob/master/html/screenshots/1p.png
.. image:: https://github.com/nordcloud/notejam/blob/master/html/screenshots/1p.png
:alt: Sign in
:width: 400
:align: center
:target: https://github.com/komarserjio/notejam/tree/master/screenshots.rst
:target: https://github.com/nordcloud/notejam/tree/master/screenshots.rst

.. image:: https://github.com/komarserjio/notejam/blob/master/html/screenshots/2p.png
.. image:: https://github.com/nordcloud/notejam/blob/master/html/screenshots/2p.png
:alt: All notes
:width: 400
:align: center
:target: https://github.com/komarserjio/notejam/tree/master/screenshots.rst
:target: https://github.com/nordcloud/notejam/tree/master/screenshots.rst

.. image:: https://github.com/komarserjio/notejam/blob/master/html/screenshots/3p.png
.. image:: https://github.com/nordcloud/notejam/blob/master/html/screenshots/3p.png
:alt: New note
:width: 400
:align: center
:target: https://github.com/komarserjio/notejam/tree/master/screenshots.rst
:target: https://github.com/nordcloud/notejam/tree/master/screenshots.rst

See `more screenshots <https://github.com/komarserjio/notejam/tree/master/screenshots.rst>`_
See `more screenshots <https://github.com/nordcloud/notejam/tree/master/screenshots.rst>`_
for look and feel.

See `detailed overview <https://github.com/komarserjio/notejam/blob/master/contribute.rst#application-requirements>`_.
See `detailed overview <https://github.com/nordcloud/notejam/blob/master/contribute.rst#application-requirements>`_.

Typical application covers following topics:

Expand All @@ -110,34 +69,16 @@ How to launch
All implementations are SQLite based and quickly launchable by built-in web servers.
Each implementation has instruction describing easy steps to install environment, launch and run tests.

============
Contribution
============

Contribution is more than welcome!
Contribute improvements to existing applications to help them follow best practices
or provide new implementation for unsupported framework.


**Do you want to improve one of the existing implementations?**

Each implementation has its own README with contribution details.

**Do you want to add new framework?**

Read `contribution guide <https://github.com/komarserjio/notejam/blob/master/contribute.rst>`_ for details.

========
Contacts
========

* Twitter: `@komarserjio <https://twitter.com/komarserjio>`_
* Email: komarserjio <at> gmail.com
* Email: greg@nordcloud.com

=======
License
=======

MIT © Serhii Komar.
MIT © Nordcloud

See `license <https://github.com/komarserjio/notejam/blob/master/license.rst>`_.
See `license <https://github.com/nordcloud/notejam/blob/master/license.rst>`_.
88 changes: 0 additions & 88 deletions cakephp/README.rst

This file was deleted.

18 changes: 0 additions & 18 deletions cakephp/notejam/.editorconfig

This file was deleted.

36 changes: 0 additions & 36 deletions cakephp/notejam/.gitattributes

This file was deleted.

4 changes: 0 additions & 4 deletions cakephp/notejam/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions cakephp/notejam/.htaccess

This file was deleted.

Loading