An open API service indexing awesome lists of open source software.

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 : |

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
```