Skip to content

welitonsousa/nlw-copa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


runner server

access the server repository

node >= 18.22.0
cd server               // enter the directory
docker-compose up -d    // up local database 
npx prisma migrate dev  // apply changes database
npm install
npm run dev

runner web application

access the web repository

node >= 18.22.0
cd web         // enter the directory
npm install
npm run dev

runner mobile application

access the mobile repository

flutter >= 3.3.4
cd mobile         // enter the directory
flutter pub get
flutter run --debug


Feito com ❤️ by Weliton Sousa