thegreenwebfoundation / greencheck-api

The green web foundation API
https://www.thegreenwebfoundation.org/
Apache License 2.0
9 stars 3 forks source link

Symfony 5, api as main entry #55

Closed arendjantetteroo closed 4 years ago

arendjantetteroo commented 4 years ago

I have moved the apps/api files into the root, as it is now the only application using the packages in this repo, as the admin part has moved to using python and is no longer relying on the packages.

This should make testing and deploying easier and make the structure more understandable for newcomers.

This updates everything in the api app to symfony 5.

I've added a simple testclass to verify we can start adding tests onto travis for the api part, in order to easily test the postgres changes later on.