An open API service indexing awesome lists of open source software.

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]

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`.