Giter Site home page Giter Site logo

bug-tracker's Introduction

bug-tracker

Bug Tracker is an IT Business Management application which is used to track Tickets in various projects involving multiple users. The project is based on the ASP.NET framework's MVC template.

The project requirements are sourced from Coder Foundry. This project was originally completed on May 6, 2019.

logic

Users of this application are usually involved in different roles of an information technology related organization. As this organization may have many types of projects ongoing, this application will act as an interface to track, record, maintain and support them in terms of debugging issues, implementing new features, database related tasks and other essential tasks based on priority.

All users also have access to all account management features such as registration, login, setting passwords, retrieving forgotten passwords, changing passwords and logout.

project setup

Clone the project and clean and rebuild solution. Then create a file named 'private.config' in the project directory('BugTracker'). In this file create these xml tags:

	<appsettings>
	  <add key="SmtpPassword" value="" />
	  <add key="SmtpHost" value="" />
	  <add key="SmtpPort" value="" />
	  <add key="SmtpFrom" value="" />
	  <add key="SmtpUsername" value="" />
	</appsettings>`

Insert your smtp configuration in the tags value attributes. The private.config file is added in gitignore and should not be added to VCS.

After following the above instructions, open the project in Visual Studio and run update-database command to initialize the database. Make sure MSSQL Server is installed and running. Installing and using MSSQL Server Management Studio may help in managing the database.

Now the project can be run using F5(for debugging) or CTRL + F5 for running without debugging.

 

 

 

project requirements

For anyone intersted, the project specific requirements can be found here.

bug-tracker's People

Contributors

mahidulalvi 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.