shyamtawli / devFind

devFind is an open source project that aims to create a platform for developers to showcase their skills and connect with potential collaborators, all in a user-friendly and searchable format.
https://dev-find.vercel.app/
MIT License
551 stars 588 forks source link

[Feat]: Add Backend with MVC Pattern #1007

Closed HARISH-1222 closed 6 months ago

HARISH-1222 commented 6 months ago

What feature?

Hi @shyamtawli 👋

I look your frontend and it is very nice, And I like the concept behind it

Once I cloned the repo I saw the Problem your having the user json data in local

The issue is once we store the data in file format in local and not use any specific backend server with a database the sight has a high load on it

So I planned to build the backend for devFind with a database system (Either relation or relation DB) and get the data by using the API call

And by this, we can achieve the Add Profile functionality.

Tech stack : 1, NodeJS with Express 2, Database with ORM

Once the backend part the completed we make the review on it and I also have feature plans

open to your suggestions 😊.

If you like, I will be happy to contribute under GSSOC....

github-actions[bot] commented 6 months ago

Welcome, @HARISH-1222! Your issue is like a spark that ignites innovation. We're thrilled to dive into it and work together to find a solution.

Soon the maintainers/owner will review it and provide you with feedback/suggestions.

shyamtawli commented 6 months ago

No Need for backend as of now, we will think after nextjs migration.