[Proposal]: Hosting the website
Spandan16 opened this issue · 3 comments
Proposal
Could you host/deploy the code in a basic site hosted like vercel/heroku/firebase?
I would like to assign this work to @mrvishalsharma
Hi @Spandan16,
Thanks for the proposal.
Actually the thing is that this is the long term goal for now as there are two major hindrances in deploying the API and the Website.
-
For this I will have to host the MySQL database on cloud, which is not that easy as hosting a MongoDB database on cloud. And some MySQL services are even paid as well.
-
This one the biggest hindrance that is to be tackled, to deploy the backend api, there are many code conflicts, and those are all related to the MySQL code, as I have followed a pretty basic MySQL architecture, but in well structured code ORMs are used with MySQL and the connection is also established with the database in a certain manner which is been followed upto some extent right now.
To fix the ORM thing, an issue is currently active Mayank0255/Stackoverflow-Clone-Backend#2
The ORM I am preferring to use is Sequelize, the other option is to use Prisma.
Let me know if you have any queries or suggestions to tackle this, as deploying the project will be very beneficial.
Stale issue message