SPA-asp.net-api-vuejs- icon indicating copy to clipboard operation
SPA-asp.net-api-vuejs- copied to clipboard

A Vue.js single page application for basic Management By Objective tasks using ASP .NET Webapi 2 and SQL server

SPA-asp.net-api-vuejs-

Single Page Application using ASP .NET and vuejs.

NOTE

If you are looking for best practices for developing Vue.js application, you can check following newer and better open source projects:

  • node-vue-template A starter template for building complete application using Node.js and Vue.js with some included packages and configurations to help start the development quickly.
  • activity-automation Manage daily activity logging.

Description

This application (named Management By OBjectives) is being developed with the following requirements in mind.

  1. User registration/login
  2. Task creation
  3. Task assigment to other users
  4. View/Manage/Track progress for Tasks
  5. Other required catalogues managment

Stack used

FrontEnd: vuejs

Backend: ASP .NET Web API 2

Database: SQL server database

Project Structure

/MBO

This directory contains vuejs front end application. (Contains README)

/MBO_API

This directory contains ASP .NET Web API v2 solution.