Cinevoraces / cinevoraces

3 stars 1 forks source link

Backend refacto #161

Open BenoitSafari opened 10 months ago

BenoitSafari commented 10 months ago

Roadmap

Server structure https://github.com/Cinevoraces/cinevoraces/pull/162

Services

Global

Rework the structure of the controllers/services. No more "_" prefix services shouldn't be classes as it's not the fastify convention.

DatabaseService

DateService https://github.com/Cinevoraces/cinevoraces/pull/164

FileService

Utils

Tests