cxqeric / nodemap

A web-based application utilizing artificial intelligence and curated internet resources to generate personalized learning roadmaps for any skills.

Home Page:https://nodemap.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodemap

Introduction

Nodemap is an AI-driven SaaS platform for creating visual learning paths. It allows users to select a topic to generate a node-based map for study, drawing inspiration from visual representations similar to roadmap.sh.

Technical Stack

Backend

  • Technologies: Node.js, Nest.js
  • AI Integration: OpenAI library for content generation.
  • Job Queueing: Redis with Nest.js BullMQ for managing background tasks.

Frontend

  • Technologies: React with Vite.js or Next.js
  • Visualization: d3.js for force-directed graph representations.
  • UI Components: @shadcn/ui for customizable UI elements.

Features

  1. Personal Roadmaps: Users can generate, customize, and track progress on their learning paths, marking topics as "Completed," "In Process," or "Done."
  2. Sharing Functionality: Enables users to share their personal roadmaps.
  3. Curated Roadmaps: Access to a list of popular roadmaps created by the community.

Setup

  1. Clone Repository: git clone https://github.com/effuone/nodemap.
  2. Install Dependencies: Run yarn install in both API and Web directories.
  3. Environment Configuration: Rename .env.example to .env and update it with your development settings.
  4. Start Application: Run docker-compose -f docker-compose.dev.yml up -d to run Docker container with NGINX web server, PostgreSQL and Redis databases. Then Execute yarn start:dev in API directory and "yarn dev" in web directory to launch the application.

About

A web-based application utilizing artificial intelligence and curated internet resources to generate personalized learning roadmaps for any skills.

https://nodemap.vercel.app


Languages

Language:TypeScript 96.3%Language:JavaScript 2.3%Language:CSS 1.1%Language:HTML 0.3%Language:Dockerfile 0.1%Language:Procfile 0.0%