- NodeJS
- Install packages
npm install
Please change the variables in .env.XXX if needed.
Please add the required command to package.json's "scripts" if needed
npm run start:local
Please note that the API_URL in .env.production hasn't been updated
npm run start:production
Please note that the API_URL in .env.production hasn't been updated.
npm run build:production
- Login with username and password, or session with cookies
- Role-based access control and rendering
- User and client
- Create
- Edit
- List
- Pagination
- Assigning client to user (coach)
- Coaching logs:
- Create
- Edit
- Lock
- List
- Side-by-side view
- Rendering based on states
- Change password
- Sign out