frontend
backend
The repository contains all of the fedecatholille.fr code
- The frontend was made with the Nuxt.js framework
- The backend was made with Wordpress, ACF and Custom Post Type UI plugins
- The contact function via a form is carried out in PHP using Composer, secured against spam by a reCAPTCHA from google
- The site does not contain any sensitive data
- The documentation for the Wordpress API which allows you to retrieve site data is available at API Wordpress
- A second API is available with ACF support is available at backoffice.fedecatholille.fr/wp-json/acf/v3
- If you spot any problem on the site, please let me know in the issues tab
fedecatholille.fr
├── _slug.vue
├── actualites.vue
├── agorae.vue
├── annuaire.vue
├── article
│ └── _id.vue
├── association
│ └── _id.vue
├── contact.vue
├── donnez-votre-avis.vue
├── event
│ └── _id.vue
├── events.vue
├── index.vue
├── inscrire-son-asso.vue
├── la-fede.vue
└── nos-partenaires
├── _id.vue
└── index.vueAutomatically generated via the tree command 🐧