https://github.com/wekan/wecore
WeKan Open Source kanban prototype. Made with ASP.NET Core and SQLite. Does not work.
https://github.com/wekan/wecore
Last synced: 9 months ago
JSON representation
WeKan Open Source kanban prototype. Made with ASP.NET Core and SQLite. Does not work.
- Host: GitHub
- URL: https://github.com/wekan/wecore
- Owner: wekan
- License: mit
- Created: 2025-01-18T06:34:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T11:50:38.000Z (over 1 year ago)
- Last Synced: 2025-06-28T21:52:10.597Z (12 months ago)
- Language: C#
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeKan Open Source kanban
Made with ASP.NET Core and SQLite. For having password login and Windows IWA login.
## Status
There are there pages:
- http://localhost/Home , with some buttons
- http://localhost/login , login does not work yet
- http://localhost/register , register page not visible yet
- http://localhost/kanban , drag drop does not work yet
## Howto
Using Ubuntu 24.10 amd64.
```
git clone https://github.com/wekan/wecore
cd wecore
./rebuild-wekan.sh
1
2
4
5
```
Web UI with error: http://localhost
API: http://localhost:8080