This is the only one-stop solution for all the developers to learn, upskill and meet like minded people.
Learning a new tech stack or a concept can be tedious if one doesn't know where to find the right resources. There we are providing them with AI generated customizable Roadmaps and checklists. Also enabled with interactive UI and timely notifications. Moreover, connecting them with groups where the similar interests meet.
User just has to answer very basic questions about the topic they want to learn, time constraints they have or any other additional comment they have.
The AI enabled system will prompt the LLM on behalf of user reducing the heft and simplyfying the process.
The user can save the map, join communities, have scheduled expert sessions or take up recommended courses by industry leading companies.
- Make a Gemini api key by refering here : [https://ai.google.dev/docs/gemini_api_overview]
- make a .env file in the backend foldder and paste the API key as shown bash GEMINI_API="YOUR-API-KEY-HERE"
Downloading requirements.txt
bash python -m venv myenv myenv\Scripts\activate pip install -r requirements.txt
Enabling backend bash npm install cd backend python server.py
Running Frontend bash npm run dev