/issue_tracker-BE

Backend MVC based Project that is capable of storing user information using mongoDB database . In this we are also storing the projects of the every user and issues of there projects. Tech Stack used : mongoDB,Nodejs,expressJS,expressSession,passport,passport-local.

Primary LanguageJavaScript

Features Build a neat UI

Home Page Show a list of projects. Give a button to create a new Project (On creating a new project it should appear in the list)

Create Project Page Accept the following fields to create a project Name Description Author

Project Detail Page When the user clicks on a project (in home page) redirect the user to this page which will show bugs related to this project User should be able to perform following actions on this page Filter by multiple labels i.e. I should be able to filter by 2 or more labels at the same time Filter by author Search by title and description A button to create an issue

Create issue page User should be able to create an issue for a project Accept the following fields Title Description Labels (multiple labels can be added to a project, IF a project has a label already show it (in dropdown) as the user types the label in) Author