Skip to content
 
 

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation



Keraa Logo

كِراء | Keraa

وجهتك الفريده لتأجير وإستئجار المستلزمات، والتواصل مع الآخرين بكل امان

المقدمــة | Introduction

كراء هو تطبيق لجميع فئات المجتمع. حيث في كراء يوجد جميع المستلزمات الجاهزة للإجار. فبإمكانك استئجار ما يلزمك لفترة محددة دون التورط بشراء منتجد جديد, والذي بدورة قد لا يلزمك إلا لعدة مرات. بالإضافة الي مقدرتك بالتسجيل في الموقع وعرض منتجاتك! في كراء: استأجر وأجّر.. وأيضا تواصل مع الاخرين! يوجد خاصية التواصل مع ممتلكي المنتجات بشكل خاص ودون توقف!

Demo

Demo

Wireframe

Can be found here

Developer Setup:

Prerequisites:

Set up:

From the command line:

- Clone the repo
git clone https://github.com/1Riyad/Project04_Auth_CRUD_ASP.NET
- Go into the project directory
cd Project04_Auth_CRUD_ASP.NET/Keraa
- Store your Google Map API key in User Secrets storage
dotnet user-secrets set "GoogleToken" "<your_key>"
- Store your Cloudinary API keys in the secrets.json file as following:
...
{ 
 "AccountSettings": {
        "CloudName": "<your_cloud_name>",
        "ApiKey": "<your_token_key>",
	"ApiSecret": "<your_secret_key>",
	"ApiBaseAddress": "<your_Api_base_address>"
  }
}

Note: the JSON structure would flattened after any modifications via dotnet dotnet user-secrets set, so we need to store the keys via secrets.json file itself.

- Database: create your database and schema
dotnet ef database update
- Run the app
dotnet run

Built With:

Front-End

  • HTML
  • CSS
  • JS
  • JS DOM
  • Bootstrap
  • Materialize.

Back-End

  • ASP.NET MVC
  • MSSQL Server
  • EF Core
  • ASP.Net Core SignalR

Contributing

Pull requests for new features, bug fixes, and suggestions are welcome! Any contributions you make are greatly appreciated.

  • Fork the Project
  • Create your Feature Branch (git checkout -b AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin AmazingFeature)
  • Open a Pull Request

Devoloper

Riyad Alghamdi - رياض الغامدي

Project Link: Keraa

License

Distributed under the MIT License.

About

Project04_Auth_CRUD_ASP.NET

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages