You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click project-server.sln and open it Visual Studio
(project-server.sln dosyasına tıkla ve Visual Studio da aç)
Navigate to Build - Rebuild Solution
(Build penceresinden projeyi yeniden derle)
Navigate to Package Manager Console. Make sure DataAccess is set as default project.
(Package Manager konsoluna gidiniz. DataAccess in default project olarak
ayarlandığından emin olunuz.)
If you wish delete, you can delete the migrations and add a new migration (add-migration mig1) or
you can skip this step.
(Dilerseniz var olan migrationları silebilir ve yeni bir migration ekleyebilirsiniz (add-migration mig1)
ya da bu adımı geçebilirsiniz.)
update-database
Click Run to run the project. Make sure WebAPI is set as startup project.
(Projeyi çalıştırmak için Run a tıklayınız. WebAPI nin başlangıç projesi olarak
ayarlandığından emin olunuz)
Frontend
cd project-client/
npm install
npm run start
Admin Login (Admin Girişi)
Email : admin@mail.com
Şifre : 12345678
Database (Veri Tabanı)
Project Images (Proje Ekran Görüntüleri)
Login (Giriş Yap)
Register (Kayıt Ol)
Home (Anasayfa)
Products (Ürünler)
Products - When sold (Ürünler - Satıldığı zaman)
Add Product (Ürün Ekle)
Product Details (Ürün Detayları)
Offer For Product (Ürüne Teklif Ver)
Given Offers (Verilen Teklifler)
Given Offers - Approved (Verilen Teklifler - Onaylanmış)
Given Offers - Bought (Verilen Teklifler - Satın Alınmış)
Taken Offers (Alınan Teklifler)
Taken Offers - Approved (Alınan Teklifler - Onaylanmış)
Taken Offers - Bought (Alınan Teklifler - Satın Alınmış)
Purchased Products (Satın Alınan Ürünler)
Solded Products (Satılan Ürünler)
Profile Dropdown (Profil Açılır Liste)
Profile (Hesabım)
Credit Card (Kredi Kartı)
Update User (Kullanıcıyı Güncelle)
Change Password (Şifre Değiştir)
Payment (Ödeme)
Payment - Save Credit Card (Ödeme - Kredi Kartını Kaydet)