Added the ability to select user crypto amounts in the user service. Removed commented-out code in the offer controller for clarity. Updated the README with deployment and production instructions.
451 B
451 B
neptune-back
The project to validate my DWWM diploma on the back end.
Déploiement
- Configurer les variables d'environnements
- Mettre en ligne la base de donnée
Si en production lancée avec le reste de l'application via docker-compose.yml
pnpm install
pnpm exec prisma generate
pnpm exec prisma migrate deploy
En dèveloppement
pnpm start:dev
En mode production
pnpm build
pnpm start:prod