https://github.com/kevcodez/intheloop
https://github.com/kevcodez/intheloop
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevcodez/intheloop
- Owner: kevcodez
- Created: 2021-02-06T11:49:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T23:40:33.000Z (about 3 years ago)
- Last Synced: 2025-01-01T18:33:07.018Z (about 1 year ago)
- Language: Vue
- Homepage: https://intheloop.dev
- Size: 600 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intheloop
[Intheloop](https://intheloop.dev) helps stay up-to-date with the technologies you're interested in.
## Webapp
This repository contains the web app that powers [Intheloop](https://intheloop.dev).
Nuxt with SSR is used, small endpoints can also be implemented in the `api` directory.
The app is hosted on [render](render.com).
## Repositories
- [Web](https://github.com/kevcodez/intheloop) - Nuxt.js web app that powers [Intheloop](https://intheloop.dev)
- [Worker](https://github.com/kevcodez/intheloop-worker) - Nest.js+BullMQ worker for scraping data
- [Functions](https://github.com/kevcodez/intheloop-functions) - Firebase functions for API endpoints/scheduled functions
- [Admin](https://github.com/kevcodez/intheloop-admin) - Nuxt.js admin interface for adding/editing topics