Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riccardotornesello/notifico
https://github.com/riccardotornesello/notifico
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/riccardotornesello/notifico
- Owner: riccardotornesello
- Created: 2024-06-23T07:10:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:28:41.000Z (3 months ago)
- Last Synced: 2024-10-27T22:38:11.755Z (about 2 months ago)
- Language: TypeScript
- Size: 740 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project architecture
Packages:
- `discord-utils`: Common constants to be shared between the service and the caller.
- `eslint-config`: Eslint configuration for the project.
- `typescript-config`: Typescript configuration for the project.
- `ui`: The UI for the project, to be used by all the frontends.Apps:
- `api`: The API for the project, to be used by all the frontends and the user service.
- `discord-service`: The service that interacts with the Discord API.
- `platform`: The frontend for the admin panel.