Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





License: MIT


Deployed on Heroku


Deployed on Vercel


Try in the Browser

## 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])**