foyzulkarim / mern-video-streaming

MERN Video Streaming is a cutting-edge, open-source platform for video streaming, offering a comprehensive, full-stack solution utilizing the latest MERN stack technologies.
MIT License
182 stars 63 forks source link

feat: add folders script (#24) #37

Closed aninda052 closed 1 year ago

aninda052 commented 1 year ago

This pr closed #24

foyzulkarim commented 1 year ago

does it work in windows?

aninda052 commented 1 year ago

no vaia. i'll refactor the code for wondows.

foyzulkarim commented 1 year ago

Hi @aninda052 i was thinking, should we keep it inside of the src folder? it is not a business or application related code. I think we should move it out. You can create a folder under server as scripts and move the file into there.

Now I remember, we may also need to run migrations later. Those scripts can also be stored into the scripts folder. what do you think?

aninda052 commented 1 year ago

Hi @aninda052 i was thinking, should we keep it inside of the src folder? it is not a business or application related code. I think we should move it out. You can create a folder under server as scripts and move the file into there.

Now I remember, we may also need to run migrations later. Those scripts can also be stored into the scripts folder. what do you think?

@foyzulkarim vai, as shell-script is not a application related code, i think we should move it from src folder. so "create a folder under server as scripts and move the file into there" would be nice idea.

Btw, what kind of migrations you are referring to? can you give me a bit details ?

aninda052 commented 1 year ago

Nice work!

Thank you :)