Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cworld1/db-learning
Some notes and code about CWorld learning Database
https://github.com/cworld1/db-learning
database learning nextjs nextra
Last synced: 16 days ago
JSON representation
Some notes and code about CWorld learning Database
- Host: GitHub
- URL: https://github.com/cworld1/db-learning
- Owner: cworld1
- License: gpl-3.0
- Created: 2023-03-07T17:59:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:00:39.000Z (4 months ago)
- Last Synced: 2024-11-23T05:14:31.676Z (3 months ago)
- Topics: database, learning, nextjs, nextra
- Language: MDX
- Homepage: https://cworld1.github.io/db-learning/
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Database Learning
[![GitHub stars](https://img.shields.io/github/stars/cworld1/db-learning?style=flat-square)](https://github.com/cworld1/db-learning/stargazers)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/cworld1/db-learning?label=commits&style=flat-square)](https://github.com/cworld1/db-learning/commits)
[![Vercel Production Status](https://img.shields.io/github/deployments/cworld1/db-learning/production?label=vercel&logo=vercel&style=flat-square)](https://vercel.com/cworld0/ds-learning)
[![GitHub license](https://img.shields.io/github/license/cworld1/db-learning?style=flat-square)](https://github.com/cworld1/db-learning/blob/master/LICENSE)Some notes and code about CWorld learning Database.
[Get Stared 前往阅读 →](https://db-learn.cworld0.com/)
## Quick Start the Project Online
Click the button to clone this repository and deploy it on Vercel:
[![](https://vercel.com/button)](https://vercel.com/new/clone?s=https://github.com/cworld1/db-learning&showOptionalTeamCreation=false)
## Local Development
Environment requirements:
- [Node.js](https://nodejs.org) 16.14.0+
- bun/pnpm/yarn/npm### 1. Clone the repository
```shell
git clone https://github.com/cworld1/db-learning.git
cd ds-learning
```### 2. Install dependencies
```shell
bun install
```### 3. Start the development server
```shell
bun run dev
```Then, visit `localhost:3000`.
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### 4. Some useful commands
`bun run start`
Starts the development server.`bun run build`
Bundles your website into static files for production.## Contributions
As the author is only a beginner in learning Data Analysis, there are obvious mistakes in his notes. Readers are also invited to make a lot of mistakes. In addition, you are welcome to use PR or Issues to improve them.
## Thanks
Some of the electronic textbooks have helped the author a lot in his studies, and without them, this notebook would not have been possible. I would like to express my gratitude to the original authors of these materials. If you have any doubts about this project, you can also read the following textbooks carefully to remedy them.
- [数据库原理及应用 - shark-Gao 的博客](https://blog.csdn.net/qq_58608526/article/details/122922114)
- [数据库原理及应用教程(微课版)](https://annas-archive.org/md5/08cf09ef24ff4989641044caa544b29e)
- [数据库系统概论(第 5 版)](https://z-lib.io/book/13860288)## License
This project is licensed under the GPL 3.0 License.
[![Creative Commons](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en)
This documention is admitted by [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/).
> **Note** This website is built using [Nextra](https://nextra.site), a modern static website generator.