Mayank0255 / Stackoverflow-Clone-Frontend

Clone project of a famous Q/A website for developers built using MySQL, Express, React, Node, Sequelize :globe_with_meridians:
https://stackoverflow-clone-client.vercel.app
MIT License
546 stars 209 forks source link

[Backend]: Convert back-end for use ES Module instead CommonJS #47

Closed fabioalmeida100 closed 3 years ago

fabioalmeida100 commented 3 years ago

Proposal

My proposal is to convert the import and export module way for ESModule. It is good standard mainly if you think use TypeScript in future.

Mayank0255 commented 3 years ago

@fabioalmeida100 Seems like a good proposal.

Would like to work upon this?

fabioalmeida100 commented 3 years ago

@fabioalmeida100 Seems like a good proposal.

Would like to work upon this?

Yes! I can work in this issue! Can assign to me.

Mayank0255 commented 3 years ago

Yes! I can work in this issue! Can assign to me.

Sure, will do

fabioalmeida100 commented 3 years ago

Hello @Mayank0255

I opened the PR for resolve this chore https://github.com/Mayank0255/Stackoverflow-Clone/pull/48

Tell me if I opened the PR correctly...