I have created a project with MERN stack and want to host it. But as i came to know that netlify.app hosting site doesnt support hosting for database related projects as my project includes mongodb as a backend. It will be a great help if anyone can suggest where should i host my project which can support mongodb as a backend also. And also any methods to do it that will be great help.
Where can i host my webapp which use mongodb as a backend server
291 views Asked by Saitama At
1
There are 1 answers
Related Questions in MONGODB
- MongoDb not connecting C#
- How do I link two models in mongoose?
- MERN Stack App - User Avatar Upload - 500 Error After Deployment on Render
- On the server side, it returns undefined but on the client side, logs the values no problem
- Laravel: Using belongsToMany relationship with MongoDB
- What are some MERN projects that will grow me from junior dev to senior
- Save Interface in DB golang
- findOneAndUpdate not updating value in mongodb?
- Get Type Error when using .countDocuments with mongoDB
- Getting a Large Error Output When Calling MongoDB/Mongoose Functions Without an Error Message
- How to enter data in mongodb array at specific position such that if there is only 2 data in array and I want to insert at 5, then rest data is null
- using Python to insert_one to my mongo_db, How do I pass key values into a function?
- SSL Certificate Verification Error When Scraping Website and Inserting Data into MongoDB
- connect ECONNREFUSED 43.205.72.30:27017 while connecting to Atlas
- Vite is probably changing my import path. What should I do?
Related Questions in SERVER
- Sending data from C++ server to React.js client
- Deploy Flutter and Laravel php mobile app on the host server
- Protect Server Actions with Next Auth in Next JS 14
- Cannot interact with netcat server over distance
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- How to run GRPC and REST server on same port in Go?
- Share files from the server without data or internet usage
- Django Not Sending Tasks to Celery in Production
- Install Postfix Mail Server
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How does a server handle multiple requests, and how does is know where to send which response?
- Trying to launch batch file from powershell, and immediately closes
- Apache: How can I redirect to a subfolder with a URL param but serve required content via the main URL?
- Developing on a remote server an app symfony
Related Questions in WEB-HOSTING
- How to host private files on github and link them in public html website?
- Django (REST) backend server hosting using Google Cloud
- How do I assign a subdomain.domain.com, domain.com and domain.com/[path] to three different Next JS projects
- How vercel handles '.env/secret' variables?
- Website works with 'www' but not without it
- Consistent "Incomplete response received from application" - NodeJS app on cPanel with Express
- Domain A to B routing
- how to use namecheap subdomains with netlify sites
- How to deal with inconsistent PHP warnings (especially in context of local hosting vs online hosting)?
- Is it possible to host Flutter web on any common web hostings or is there any compatibility check that I need to be aware of?
- problem connecting to Gemini API from PHP when on live server
- Why would I have to force a blazor server app to "acknowledge" the ASPNETCORE_ENVIRONMENT via web.config, rather than appsettings.X.json
- Point Apache2 virtual host to a specific branch
- errors being displayed on my wordpress site even though i have set the value to off
- Getting Error 403 Access to this resource on the server is denied! While Hitting URL For Accessing Directory
Related Questions in NETLIFY
- my tailwind CSS is no working after deploying site on netlify while it's working ok locally
- Audio player form url in html 5, hugo and netlify
- Application error: a server-side exception has occurred Digest: 3693266375
- Distorted site after deployment on Netlify
- my react website is not working correctly
- Type error: Route "app/api/auth/[...nextauth]/route.ts" does not match the required types of a Next.js Route while deploying Next app with NextAuth
- Hosting multiple static sites programmatically
- My photos are not showing up after deployment, but they do when I run locally
- How do I set up netlify/functions in next js app hosted on netlify
- How do I create and run a Netlify/Remix project?
- Nuxt/Sanity/Netlify SSR not showing up to date data
- Netlify generating invalid code in local mode
- 500 SupabaseUrl is required error when deployed on Netlify
- Authentication Error(Netlify Login Issue)
- Remix application deployment on Netlify
Related Questions in SOCIAL-MEDIA-LIKE
- Uploading and fetching images and videos from database
- How can i detect bad word in any languages
- How to implement Like feature similar to Instagram with Django using ajax?
- Android - Display social media like stories
- LINE's "add friend" bottons on webpage disappear if the webpage is delivered via Cloudflare proxy
- React native Social Media App Architecture
- Basic Social Media Integration, Flutter Web
- Where can i host my webapp which use mongodb as a backend server
- Getting number of likes for a user in all his posts using mongodb
- Why does Twitter's API provide a way to programmatically create "Likes," if it goes against their Automation rules?
- How can I return a number of likes in laravel withe ajax
- Implementing like and unlike functionality in Swift using Parse
- Can we access the 'Like' timestamp in Twitter?
- About like system (such as facebook like system) using myisam Mysql
- Rails 4 Ajax like button failing to wоrk
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can use AWS EC2 Linux instance, where you can keep your project and at the same time you can store your data. For the initial phase of your project, you can install MongoDB on the same machine.