Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akinncar/github-stars
:sparkles: Fullstack monorepo web app to add tags on your starred repositories
https://github.com/akinncar/github-stars
koa monorepo node react styled-components swr typescript yarn-workspaces
Last synced: 3 months ago
JSON representation
:sparkles: Fullstack monorepo web app to add tags on your starred repositories
- Host: GitHub
- URL: https://github.com/akinncar/github-stars
- Owner: akinncar
- License: mit
- Created: 2021-03-12T01:45:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T23:11:05.000Z (over 3 years ago)
- Last Synced: 2024-06-03T10:49:31.071Z (5 months ago)
- Topics: koa, monorepo, node, react, styled-components, swr, typescript, yarn-workspaces
- Language: TypeScript
- Homepage: https://github-stars-akinncar.vercel.app/
- Size: 2.67 MB
- Stars: 32
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Objective
As the name implies, GithubStars is a web app to list starred repositories from a user, and can manage retrieved repositories' tags (i.e., add, edit, delete, search). It is also a convienant way to look at all starred repos in a table format.
## Documentation
The documentation was built with [Docussaurus v2](https://v2.docusaurus.io/) to show developers how to start this project on a local machine. Docs also have an API Reference session containing all endpoints available on back-end. The website is [available here](https://github-stars-docs.vercel.app/).
## Technologies
This is a monorepo created with [Yarn Workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) to manage the Server and Client sides. These technologies were picked focusing on Javascript/Typescript. Both packages are hosted and have an automated CI/CD. You can see all technologies used in the README and package.json files of each project. Also, you will see all Production URLs bellow:
- [Production Back-end](https://github-stars-api-akinncar.herokuapp.com/) - [README](./packages/server/README.md)
- [Production Front-end](https://github-stars-akinncar.vercel.app/) - [README](./packages/client/README.md)
- [Production Documentation](https://github-stars-docs.vercel.app/) - [README](./packages/docs/README.md)## License
The app's source code is made available under the [MIT license](LICENSE). Some of the dependencies are licensed differently, with the BSD license, for example.
## Contact
Akinn Rosa - [Github](https://github.com/akinncar) - **[[email protected]](mailto:[email protected])**