An Online Platform To Track Property Details!
A web solution for Gold Property - AU where users can maintain and track property details efficiently using simple interface. The solution is designed to serve its purpose easily and keeping in mind, a similar app that has been used with excel file given below:
- User gets access to the dashboard and see property details at a glance
- The platform enables user to add new property details e.g. property name, pricing, images or any other relevant info
User Dashboard | Add Project Items |
---|---|
- Added property details or items can be viewed with a grid with option to update as well as to check update history
- Property with item details is downloaded by users whenver required according to the client's given excel file
Project Item | Update History |
---|---|
This is one of the tool that client preferred the most. It was designed using JavaScript
with preview / print option.
- .NET Framework Version: 4.5
- IDE: Visual Studio 2015
- Web Framework: ASP.NET MVC
- Design Pattern: Repository Pattern
- Backend: C#, LINQ, ORM - Entity Framework
- Frontend: HTML, CSS, JavaScript, jQuery
- Database: MS SQL Server
Initially the project will restore all the required nuget packages for the project. If not, the following will help to make it done manually.
For example, to install entity framework and newtonsoft json from nuget, the following command will download the specific version for the project.
- Nuget Package Manager
PM> Install-Package EntityFramework -Version 6.0.0
PM> Install-Package Newtonsoft.Json -Version 10.0.1
- Amit Kanti Barua - Remote Software Engineer - Amit Kanti Barua - Built ReadME Template