Skip to content

yesinali/EvPay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvPay 🏠 v2

Kullanıcı girişi, profil, IBAN, PostgreSQL destekli ev harcama takip uygulaması.

Çevre Değişkenleri

DATABASE_URL=postgresql://user:pass@host:5432/dbname
JWT_SECRET=cok-gizli-bir-key
NODE_ENV=production
PORT=3001

Render Deploy (Önerilen)

  1. GitHub push → render.com → New Web Service
  2. Build: npm install && npm run build
  3. Start: npm start
  4. Env vars ekle + New PostgreSQL oluştur

Heroku

heroku create evpay-app
heroku addons:create heroku-postgresql:mini
heroku config:set NODE_ENV=production JWT_SECRET=xxx
git push heroku main

Yerel Geliştirme

createdb evpay
DATABASE_URL=postgresql://localhost/evpay JWT_SECRET=dev node server/index.js
# Başka terminalde:
cd client && npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages