GithubHelp home page GithubHelp logo

project-management's Introduction

Project Management Software as a Service Application

I have created this application as a part of my learning process of some advanced topics in architecture, multi-tenant applications, etc.

The application consists of a landing page where User can log in to an existing account or register a new Company (the main tenant of the Application is the Company entity). A user who registers a Company is Administrator, and that User can invite new Users to the Company. Each Company can have n number of Projects and each Project can have n number of Tasks.

Project Overview

Project Overview

Project Overview

Built With

Architecture

For this project, I have used the Onion Architecture which is a multi-layered architecture that heavily relies on the Dependency Inversion Principle.

Solution 'ProjectManagement'

  • PM.Common
  • PM.DAL
  • PM.Model
  • PM.Model.Common
  • PM.Repository
  • PM.Repository.Common
  • PM.Service
  • PM.Service.Common
  • PM.Web

Setup project

  • create a new database and execute a 'CreateDatabase.sql' that is located in the /Database/CreateScripts
  • update the connection string in web.config (PMDatabaseEntities) to point to the database you created
  • build
  • run

Notes

  • This project is not finished. Some of the features are implemented but not all (landing page, timeline, messages, and a few others)
  • As landing page is not implemented, to open the Dashboard after the login you need to manually input the URL: '/Administration/Dashboard'

project-management's People

Contributors

krunoslavsterle avatar krunster 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.