DEV Community

Discussion on: Give Feedback on my Project

Collapse
 
hemant profile image
Hemant Joshi

GreatπŸŽ‰πŸŽ‰πŸŽ‰

What is the tech stack used?

Collapse
 
skorotkiewicz profile image
Sebastian Korotkiewicz

The server is written in NodeJS and the client in pure JS :)
No heavy libraries like jQuery.

Collapse
 
hemant profile image
Hemant Joshi

great

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

What about the database, and possibly authentication?

Related are indeed security and privacy.

Thread Thread
 
skorotkiewicz profile image
Sebastian Korotkiewicz

Kucos uses MongoDB (Mongoose) as a database, thanks to Mongo Atlas you can host for free 500mb which is a lot of space for comments.

I never planned the authorization, I wanted everyone without registering to quickly comment on the blog post.

But everyone can fork a project and add an authorization, it wouldn't be so hard :)