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 best solutions below
Related Questions in MONGODB
- Meteor MapReduce Package Error: A method named is already defined
- Token based authorization in nodejs/ExpressJs and Angular(Single Page Application)
- Big data with spatial queries/indexing
- How to recover from losing all your /data/db
- What are the benefits of using the fields option when querying in Meteor
- Node JS Async Response
- mongoose get property from nested schema after `group`
- What to use for subdocuments ID's in MongoDB?
- ORM Code First versa Database First in Production
- How to profile a Yii2 based API?
- get length of embedded document in mongoDB with jade
- Architecture: Multiple Mongo databases+connections vs multiple collections with Express
- Why are numbers being inserted into MongoDB incorrectly?
- hibernate ogm mongo db, how to get count of collection?
- C++ Mongodb driver, not working
Related Questions in SERVER
- How can I monitor an endpoint's status with Ruby?
- Rasterization with Javascript looks different on Apache server
- Netty loses udp packets at the beginning of the communication
- How to have Heroku build my development branch on a staging server?
- Timing packets on a traffic server
- copying file from local machine to Ubuntu 12.04 returning permission denied
- AWS EC2: Migrating from Windows to Linux Server
- Connecting Ms Access Db to Mysql through Vba
- Remove ".local" suffix on local server (Yosemite)
- Server program gets stuck at accept function
- PayPal API QueryParameters not found
- Python Server - Processing WebSocket.close()
- NameValuePair, HttpParams, HttpConnection Params deprecated on server request class for login app
- Unable to send file from ftp to another ftp
- Scala - TCP Packet frame using Akka
Related Questions in WEB-HOSTING
- Magento returns 404 page randomly
- Web host with no template
- Add the phpmyadmin config to the file?
- Deploy Laravel 4.2 using only FTP in a shared hosting
- How to solve "Secure Connection Failed" at Server Side Issue
- Find out website hosting location
- AWS Route 53 to redirect existing domain name to EC2 IP address
- How to Host and Run a Python Script on a Cloud for free and access it online?
- "View Page Source" shows html fully expanded
- Error 404 when trying to upload Codeigniter Project 3.0 to hosting?
- Parse error: syntax error, unexpected '{' password.php 00webhost
- How to host Website using Virtual Machine in Azure?
- My website is accessed by direct URL but not by the domain name I bought. How to solve the issue?
- How to point HostGator domain to EC2 AWS
- Switching between a Vps/Dedi to a Cloud service (Like AWS/Google)
Related Questions in NETLIFY
- Blogdown: Deploy with Netlify fails with standard theme
- Blogdown site with Shiny App - Two domains needed?
- Are JAMstack conventions compatible with RESTful API design?
- Netlify forms not working with my GatsbyJS website
- DataTables not showing after Deployment [Netlify]
- Netlify Lambda doesn't include supporting files for Function
- FetchError: request to https://db.fauna.com/ failed, reason: write EPIPE
- How to know if the deployment on Netlify is done via API?
- Hugo site doesn't deploy to custom domain
- Gatsby Plugin Netlify CMS does not work with TypeScript?
- Local Netlify function server gives strange response instead of FaunaDB data
- Hosting with on netlify and using cpanel as a custom mail server
- Differences between Strapi and Netlify cms
- How to create an 'onClick' event for form submit button which both POSTS data to Netlify and redirects to Stripe Checkout?
- Cant deploy with Netlify and Stapi and Graphql
Related Questions in SOCIAL-MEDIA-LIKE
- PHP like button(counter) inside a table
- Socialization likes
- Tumblr Like Buttons are Unclickable with Infinite Scroll
- disabling more than one "like" per post
- Instagram POST "like" in PHP isn't working any more?
- Inserting multiple id's in a mysql query?
- Uploading and fetching images and videos from database
- Instagram auto like Bookmarklet
- React native Social Media App Architecture
- Tumblr get Like Button status with Infinite Scroll
- Tumblr like button not working after infinite scroll ajax recall
- Send Like/Dislike to database with ajax
- Getting Error 400 when calling Instagram API in Objective-C
- Replacing Social Media Icons with Custom Images
- Implementing a like button in a tableviewCell in swift
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)
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?
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.