https://github.com/mubaidr/SPA-asp.net-api-vuejs-
A Vue.js single page application for basic Management By Objective tasks using ASP .NET Webapi 2 and SQL server
https://github.com/mubaidr/SPA-asp.net-api-vuejs-
api asp sql-server vuejs website
Last synced: 8 months ago
JSON representation
A Vue.js single page application for basic Management By Objective tasks using ASP .NET Webapi 2 and SQL server
- Host: GitHub
- URL: https://github.com/mubaidr/SPA-asp.net-api-vuejs-
- Owner: mubaidr
- Archived: true
- Created: 2016-12-09T09:06:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T17:03:41.000Z (about 6 years ago)
- Last Synced: 2024-11-06T19:44:03.633Z (about 1 year ago)
- Topics: api, asp, sql-server, vuejs, website
- Language: JavaScript
- Homepage:
- Size: 16.2 MB
- Stars: 61
- Watchers: 7
- Forks: 30
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - SPA-asp.net-api-vuejs- - A Vue.js single page application for basic Management By Objective tasks using ASP .NET Webapi 2 and SQL server ` 📝 2 years ago ` (Open Source [🔝](#readme))
- awesome-vue-zh - SPA-asp.net-API vuejs- - 使用ASP .NET Webapi 2和SQL Server进行基本任务管理和消息传递的Vue.js单页应用程序 (awesome-vue [](https://github.com/sindresorhus/awesome) / 开源)
- awesome-vue - SPA-asp.net-api-vuejs- ★48 - A Vue.js single page application for basic task Management & messaging using ASP .NET Webapi 2 and SQL server (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Open Source)
- awesome-vue - SPA-asp.net-api-vuejs- - A Vue.js single page application for basic task Management & messaging using ASP .NET Webapi 2 and SQL server (Projects Using Vue.js / Open Source)
- awesome-vue - SPA-asp.net-api-vuejs- - A Vue.js single page application for basic task Management & messaging using ASP .NET Webapi 2 and SQL server (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Open Source)
README
# 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](https://github.com/mubaidr/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](https://github.com/mubaidr/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.