Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volt1c/calendartodolist
📅 Calendar with tasks
https://github.com/volt1c/calendartodolist
api-rest asp-net-core auth ef-core migrations orm sqlserver vue3 vuetify vuex4
Last synced: 2 months ago
JSON representation
📅 Calendar with tasks
- Host: GitHub
- URL: https://github.com/volt1c/calendartodolist
- Owner: volt1c
- License: gpl-3.0
- Created: 2024-07-17T08:26:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T13:04:12.000Z (6 months ago)
- Last Synced: 2024-10-13T07:04:10.583Z (3 months ago)
- Topics: api-rest, asp-net-core, auth, ef-core, migrations, orm, sqlserver, vue3, vuetify, vuex4
- Language: C#
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CalendarTodoList
## Requirements
- MS SQL Server
## Development
### Add connection string
In Visual Studio 2022, right-click on `CalendarTodoList.Server` then select `Manage User Secrets` and add a connection string as in the example.
```json
// secrets.json
{
"ConnectionStrings": {
"Default": "Server=localhost\\SQLEXPRESS;Database=CalendarTodoList;Trusted_Connection=True;TrustServerCertificate=True;"
}
}
```## Overview
### Normal
![](./.assets/home-page.png)
![](./.assets/login-page.png)
![](./.assets/register-page.png)
![](./.assets/calendar-page.png)
### New user
![](./.assets/new-user-register-page.png)
![](./.assets/new-user-calendar-page.png)