This is a Next project designed to implement a Github Profile page. It uses web crawlers for data scraping and achieves read-write separation based on master-slave databases.
- create a scheme called 'gh-profile' in mysql
- run the data/mysql.sql to create a table
- fill the
.env
based onexample-.env
- use nodeV24 to install the modules
- npm run dev
- open the page in
http://localhost:3000
- run the spider for the first time
Published under the MIT license.
Made by @holyfata and community 💛
🤖 auto updated with automd