简体   繁体   中英

Free server sellection for react project

I am working on a project and developing with react. I need somewhere to keep my datas. Where do you suggest? I use json-server while I'm following my course. But I'm open for any suggestion. Ofcourse it would be better if it is free at least while working on prototype. What about mysql, nosql or postgresql? Probably I choose postgre because of it's support which comes with it's popularity

I have used Heroku to deploy production applications and hobby projects. It has a free tier, and it is fast and easy to setup. Databases are supported via addons (including Postgres ), some of which have free tiers. Heroku recognizes many applications automatically, but if are using create-react-app , you need to use a buildpack for the deployment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM