E-Blog est une application web de création d’article (Suggestion de Contenu par IA) | NextJs - Typescript - Prisma - NextAuth - MéterialUI
- Création d’article avec un wysiwyg épuré et suggestion de contenu avec assistance d’ia.
- Espace personnel (profil et analytics), page public d’auteur customisable (about-me).
- SSO et Conteneurisation
- Create
.env
file and fill the parameters missing.
make secret // Generate Next auth secret
make up // Up container
make dpm // Create migration ( optional if db already exist )
make seed // Populate categories table in database
make dev // Run locally
make down // Stop Container
make bash // Access to container terminal
Create migration after update
make dbupdate
make dpm