Giter Club home page Giter Club logo

bootcampfinalproject's Introduction

🚀 PayCore .Net/.Net Core Bootcamp Bitirme Projesi


Bitirme projesi bir WepApi projesinden oluşmaktadır Generic Repository ve N-Tier Architecture Design kullanılmıştır. Yapılan işlemler sırasıyla aşağıda açıklanmıştır.En son kısımda ise tüm görevler bir liste halinde bulunmaktadır.


Yetkilendirme

Üye olma ve authorize fonksiyonu eklendi. Üyelik olma işlemleri için kullanıcı adı, e-posta ve bir parola gerekmektedir.Kullanıcının şifresi şifrelenmiş bir formatta veri tabanına kaydedildi. Gerekli validasyonlar sağlanılıp üye olma işlemi gerçekleştiğinde kullanıcının mail adresine başarılı bir şekilde kayıt olduğunu ileten mail gönderildi.Bu işlem için MailKit aracından yararlanıldı. Bu işlem için appsettings.json dosyasına gerekli eklememler yapıldı.

    "EmailUsername": "E-posta adresiniz",
    "EmailPassword": "Çok güvenli parola",
    "EmailHost": "smtp.gmail.com"

Kullanıcının sisteme giriş yaptığı bilgiler veri tabanındaki bilgiler ile karşılaştırıldı, eşleşme olması durumunda kullanıcıya özel token üretildi bu sayede sisteme erişim sağlayabilecek duruma getirildi.


Ürün Ekleme Detayları

Ürün eklenirken istenilen bilgiler şunlardır: ürün adı, açıklama, kategori, renk, marka, kullanım durumu, fiyat ve teklif opsiyonu.


Kullanılar Teknolojiler

  • Automapper
  • Nhibernate
  • JWT Bearer
  • PostgreSql
  • SOLID Principles
  • SMTP EMail Services

⚡ Programı ayağa kaldırmak için appsetting.json dosyasındaki connection string kodunu kendinize göre düzenlemeniz yeterli.

 "ConnectionStrings": {
    "PostgreSqlConnection": "User ID=postgres;Password=PgAdmin şifreniz;Server=localhost;Port=port numaranız;Database=veri tabanı adı;Integrated Security=true;Pooling=true;"
  }
  

Ekran Görüntüleri

Ekran Görüntüsü (619)

Ekran Görüntüsü (620)

Ekran Görüntüsü (621)

Ekran Görüntüsü (622)

bootcampfinalproject's People

Contributors

songulbayer avatar

Stargazers

Büşra Akay avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.