Code Yellow backend framework for SPA webapps with REST-like API.
This framework is a work-in-progress. There is no complete documentation yet. We are using it for a couple of projects and fine-tuning it.
There are two ways to run the tests:
- Run directly
./setup.py test
(requires you to have python3 and postgres installed) - Run with docker
docker-compose run binder ./setup.py test
MySQL is supported, but only with the goal to replace it with PostgreSQL. This means it has a few limitations:
where
filtering onwith
relations is not supported.- Only integer primary keys are supported.