L
L
Levorukij52018-07-07 16:57:13
Online shopping
Levorukij5, 2018-07-07 16:57:13

Is it possible to implement a user's personal account without a server part?

I want to write my own simple CMS, I think to do without the server part, if possible, make the created sites static.
But what about the user's personal account, for example, if it is an online store?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2018-07-07
@sim3x

And what for an office to the user in general?
If you do a simple option, then your order form is immediately sent to the mail of the store manager

A
awesomer, 2018-07-07
@awesomer

You can use the backend platform, for example, Google Firebase
You can minimize the server part. For an online store, this can be reduced to a single API call - "Send Order to Manager". The cart and even search ( www.tipue.com/search ) can be implemented purely on the frontend.
Product pages are static, easily.

A
ApeCoder, 2018-07-07
@ApeCoder

Theoretically possible.
Store all information in the browser. The only drawback is that it can no longer be obtained on another device.
Still theoretically, you can use the server part in the miracle of the browser (if there is an API) - ask the user to log in, for example, on Google docs and store everything there (this is conditional, I don’t know if they have an API available purely from js).
But this is all perverted and we need to make the server part :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question