https://github.com/kevcodez/intheloop-admin
https://github.com/kevcodez/intheloop-admin
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevcodez/intheloop-admin
- Owner: kevcodez
- Created: 2021-04-04T19:00:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T21:57:58.000Z (about 3 years ago)
- Last Synced: 2025-01-01T18:33:05.400Z (about 1 year ago)
- Language: Vue
- Size: 2.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.
## Admin Interface
This repository contains an admin interface (based on Nuxt SPA) to speed up the process of editing and adding topics.
If users are ever allowed to add/suggest books/courses/blogs, the automatic parsing should be moved outside this repository.
For now, parsing courses/books/blogs resides in this repository.
## Roadmap
The rough roadmap can be found [here](https://intheloop.dev/roadmap) and is powered by [productstash.io](productstash.io).
## 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