GithubHelp home page GithubHelp logo

carrentalprojectbackend's Introduction

Car Rental Project Backend

Using

C-Sharp Asp-net MSSQL Entity-Framework Autofac

Project's Youtube Video ↓↓↓

IMAGE ALT TEXT

Click It ↑↑↑

Layers

Business, Core, DataAccsess, Entities, WebApi

Details

Business

Business Layer created to process or control the incoming information according to the required conditions.

Core

Core layer containing various particles independent of the project.

DataAccess

Data Access Layer created to perform database CRUD operations.

Entities

Entities Layer created for database tables.

WebAPI

Web API Layer that opens the business layer to the internet.

#Data Base

Tables

Details

Brands

Name Data Type Allow Nulls Default
Id int False
Name nvarchar(25) False

Car Images

Name Data Type Allow Nulls Default
Id int False
CarId int False
ImagePath nvarchar(MAX) False
Date datetime False

Car

Name Data Type Allow Nulls Default
Id int False
Name nvarchar(50) False
BrandId int False
ColorId int False
DailyPrice int False
ModelYear int False
Description nvarchar(50) True
MinFindeksPoint smallint False ((0))

Color

Name Data Type Allow Nulls Default
Id int False
Name nvarchar(25) False

Credit Card (Test)

Name Data Type Allow Nulls Default
Id int False
CustomerId int False
CardHash nvarchar(100) False
CardNumber nvarchar(25) False
ExpMonth tinyint False
ExpYear tinyint False
Cvc nvarchar(3) False

Customer

Name Data Type Allow Nulls Default
Id int False
UserId int False
CompanyName nvarchar(50) True
FindeksPoint int False

OperationClaims

Name Data Type Allow Nulls Default
Id int False
Name varchar(250) False

Rental

Name Data Type Allow Nulls Default
Id int False
CarId int False
CustomerId int False
RentDate datetime False
ReturnDate datetime True

UserOperationClaims

Name Data Type Allow Nulls Default
Id int False
UserId int False
OperationClaimId int False

Users

Name Data Type Allow Nulls Default
Id int False
FirstName nvarchar(50) False
LastName nvarchar(50) False
Email nvarchar(50) False
PasswordHash varbinary(500) False
PasswordSalt varbinary(500) False
Status bit False

Thanks for that Engin Demiroğ

carrentalprojectbackend's People

Contributors

erhangocen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

erenbirk

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.