https://github.com/gianguyen1234/student-management-system
For managing students, like points, total, assignments.
https://github.com/gianguyen1234/student-management-system
crud refine typescript
Last synced: 5 months ago
JSON representation
For managing students, like points, total, assignments.
- Host: GitHub
- URL: https://github.com/gianguyen1234/student-management-system
- Owner: Gianguyen1234
- Created: 2023-10-27T13:41:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T11:47:13.000Z (over 1 year ago)
- Last Synced: 2025-04-05T04:30:01.650Z (about 1 year ago)
- Topics: crud, refine, typescript
- Language: TypeScript
- Homepage:
- Size: 121 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# student-management-system
# Introduction
## Getting Started
**refine** is a React-based framework for building data-intensive applications in no time ✨
Refine offers lots of out-of-the box functionality for rapid development, without compromising extreme customizability. Use-cases include, but are not limited to admin panels, B2B applications and dashboards.
## Available Scripts
### Running the development server.
```bash
npm run dev
```
### Building for production.
```bash
npm run build
```
### Running the production server.
```bash
npm run start
```
## Learn More
To learn more about **refine**, please check out the [Documentation](https://refine.dev/docs)
- **REST Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)
- **Ant Design** [Docs](https://refine.dev/docs/ui-frameworks/antd/tutorial/)
- **Inferencer** [Docs](https://refine.dev/docs/packages/documentation/inferencer)
- **Custom Auth Provider** [Docs](https://refine.dev/docs/core/providers/auth-provider/)
- **i18n** [Docs](https://refine.dev/docs/core/providers/i18n-provider/)
## License
MIT