https://github.com/setsal/easy2shift
personal practice with vue : |
https://github.com/setsal/easy2shift
Last synced: 3 months ago
JSON representation
personal practice with vue : |
- Host: GitHub
- URL: https://github.com/setsal/easy2shift
- Owner: setsal
- Created: 2019-07-18T09:15:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T10:56:23.000Z (over 5 years ago)
- Last Synced: 2025-02-27T10:40:10.245Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easy2shift
Personal practice with vue
backend is golang, also practice too :|
## Getting Start
### backend
```bash
cd backend && go run app.go
```
backend service will listen on `localhost:3000`
### frontend
```bash
# clone and enter the project
git clone && cd frontend
# install dependency
yarn install
# develop
yarn dev
```
This will automatically open http://localhost:8000
## TODO
```
Frontend:
- [✓] Authenticate with Backend and Permission Roles
- [x] Schedule Page
- Calendar Datepicker
- Schedule Form
- [x] Personal Schedule List Page
- [✓] Admin Page
- Schedule Manage Page
Backend:
- [✓] JWT Authenticate
- [✓] User Permission Role
- [x] Swift Manage Algorithm
```