Skip to content

Technologies

qtipee edited this page Feb 27, 2020 · 15 revisions

Technologies

Backend

REST API with Django or GraphQL API (with Django).

Frontend

Web client with Nuxt.js, which is based on Vue.js.

The advantage of Nuxt.js is that the SEO is improved « due to the fact that full contents of each page are being served by the web server before any client-side JavaScript is executed » (Wikipedia).

## Testing

CI with Cypress.

Clone this wiki locally