https://github.com/rshipp/starmanager
Organize, tag, and search your GitHub stars. [Work in Progress]
https://github.com/rshipp/starmanager
github-stars learning-by-doing learning-go learning-golang learning-react
Last synced: 7 months ago
JSON representation
Organize, tag, and search your GitHub stars. [Work in Progress]
- Host: GitHub
- URL: https://github.com/rshipp/starmanager
- Owner: rshipp
- Created: 2019-05-19T17:02:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T06:39:18.000Z (over 5 years ago)
- Last Synced: 2025-04-05T09:58:10.359Z (12 months ago)
- Topics: github-stars, learning-by-doing, learning-go, learning-golang, learning-react
- Language: Go
- Homepage: https://rshipp.com/go-web-api/
- Size: 639 KB
- Stars: 37
- Watchers: 3
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Star Manager
============
Organize, tag, and search your GitHub stars.
This is an ongoing learning exercise. See https://rshipp.com/blog/ for more information.
Run Locally
-----------
Install Go and Node.js.
Install JS dependencies: `npm install`.
Start the API server: `npm run server`.
Start the React dev server in another tab or shell: `npm start`.