django rest framework ve react kullanım için hazır araç gereç ve örnek bir blog uygulaması
- Arkayüzde için django, django-rest-framework, postgresql
- Önyüz için react
- Geliştirme ve canlı ortam için docker
İnternet yavaş olduğu için imajı dockera pushlayamadım. O yüzden lokalde build etmelisiniz.
cp .env.example .env
cd assets && npm install
Geliştirme ortamı (attach)
make development
cd assets && npm run start (yeni bir terminal)
Canlı ortam (nginx)
cd assets && npm run build
make production