Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
How should I deploy my Full Stack Angular Application (MEAN Stack) project on free hosting website? Github I have provided below the github link of the project for the better understanding. Prob...
#1: Initial revision
How should I deploy my Full Stack Angular Application (MEAN Stack) project on free hosting website?
How should I deploy my Full Stack Angular Application (MEAN Stack) project on free hosting website? [Github](https://www.github.com/adityaxrawal/ecommerce-app) I have provided below the github link of the project for the better understanding. Problem I am facing here is that I have a proper backend and I am not able to upload it on Netlify or Vercel as they provide serverless applications or static application. I am not sure how to deploy it on Firebase as it may require some changes in my backend code and I don't how to do it. And also please suggest me how should I upload the frontend part of the application as when I am trying to do it using Netlify by creating a client branch then also it was showing error while parsing the package.json file. Please provide full step by step guide as I am not able to find it anywhere and it would help me to deploy my project in an easy manner. Please feel free to ask any or information regarding this.