How to choose database for an ecommerce app [closed] - database

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Hi I am new to mobile app development and want to make an ecommerce app in flutter. I am using firebase. But is it cost efficient what are the other alternative which is cheaper than firebase yet easy as firebase.
Also is parse server suitable for ecommerce app . I have seen the pricing for firebase and it seems soon my application will cross the free tier limit

Would recommend Amazon AWS for ecommerce app. Number of services like user authentication ( Cognito ), No Sql database( DynamoDB ), Api ( Api Gateway, Lambda function ) are available. Also free tier quota is great.

Related

How to oAuth 'google' on react native? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 days ago.
Improve this question
I'm trying to figure out what is the best way to do a oAuth session with google provider?
I'm trying my best to avoid Firebase and using AppWrite as backend solution right now.
Their SDK has been developed more for the webbrowser. What is the best open source way to use oAuth (google) with a very simple react native app for android?
I tried to use functions of their SDK and I was not redirected to a browser to log in because the SDK has been written more for webbrowser

I did Udemy course on MERN stack. Please suggest some projects for my resume in order to apply for internship [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 months ago.
Improve this question
Please suggest some projects based on MERN stack that will look on my resume. I will afterwards apply for internships or entry level full stack dev jobs.
You can build these projects it'll help you learn something new
Ecommerce site :- you will learn rendering technicians and also how to design APIs you can also integrate payments
Real-time chat App :- It will help you learn about web sockets and real-time data
Blog Site :- Build a fully functional blog application for learning about routing, static rendering, dynamic rendering
Best thing to build is just re-build some papular site and also try new JS frameWorks like Next-Js, remix and any other

Can i make react js Website with Flutter app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'm thinking about creating a website with React js as front-end, and later think about back-end, but I want to create an application for the website with Flutter
Does a Flutter application work with and take API and data from a Reactjs website?
You better read and search more.
However, You will need to use the same APIs that this React App is using, then it won't matter if you are using ReactJS or Flutter into creating this web app (Since flutter supports creating web apps too).

FullStack web project hosting [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I want to host a full stack spring boot and react.js project, and I want to know the type of hosting adequate for this project knowing that it is a small project.
shared hosting vs vps hosting
You can use heroku to deploy your application in spring boot and reacts js most quickly and also no need of additional configuration. Monitoring logs is also easy.
I suggest you use Vercel for small projects. Netlify and Heroku are also good options

OpenAuth in ASP.NET MVC/SQL Server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Enabling OpenAuth and allowing the user to login via Google, Yahoo, Facebook etc. is an common occurrence in websites. Is there an open-source library or project which can be consumed or referred to for implementing this functionality in ASP.NET MVC with SQL Server repository?
Nerd Dinner by Scott Hanselman, Phil Haack, Rob Conery et.al. is a good fit for your need.
It is a ASP.NET MVC project using DotNetOpenAuth for the log-on entities DotNetOpenAuth supports.
You can use DotNetOpenAuth. It supports Google, Yahoo,AOl, Wordpress etc..
This link has a sample project which gives you a good idea how to do this.
http://www.west-wind.com/weblog/posts/2009/Sep/17/Integrating-OpenID-in-an-ASPNET-MVC-Application-using-DotNetOpenAuth
For Facebook, you may need to look into facebook connect.
You can create a table in your database to store the Open Id (after hashing) . When user login with their other providers details (ex : google) you will get the open id. You can check that with what you have in your table and let the user to be a logged in user.

Resources