Skip to content

nillabobillababolla/book-store

 
 

Repository files navigation

BookMap

EN - Online Book project built with .Net Core 2.1 and Angular 7. TR - Angular 7 ve .Net Core 2.1 ile geliştirilen online kitap alışveriş projesi.

Getting Started

Tedarikçiden okuyucuya kadar kitap dağıtım süreçlerini içeren program.

Prerequisites

EN -What things you need to install the software and how to install them.

TR -Projeyi yüklemek için gereklilikler.


 1. [Visual Studio Code]
 2. [PostgreSql]
 3. [.Net Core ^2.1]

Installing

1) Web projesinde -npm install yaparak node_modules klasörünün yüklendiğinden emin olunuz.
2) API projesinde sırasıyla:
  2a) -dotnet build
  2b) -dotnet run komutlarını çalıştırınız.
3) Web projesinde -ng serve -o diyerek projeyi Development modda çalıştırınız.

devamında:

2) API'da -dotnet ef database update komutu ile veritabanının oluşturulmasını sağlayınız.

Running the tests

No Tests.

Built With

  • .Net Core 2.1

  • Angular 7

  • Repository Entity Pattern

  • NTier Project Pattern

  • Code First

Contributing

CONTRIBUTING.md

Versioning

tags on this repository.

Authors

Geliştiriciler-Contributors

License

-No License

About

Book Store app developed with .NET Core & Angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 40.4%
  • HTML 27.0%
  • TypeScript 24.8%
  • CSS 7.2%
  • JavaScript 0.6%