T
T
trali-vali2015-08-18 13:00:19
Angular
trali-vali, 2015-08-18 13:00:19

Is it possible to create an online store in Angular?

there is a website with 5 html-pages selling 10 products.
it is necessary to make a micro-shop with an order function from a page with a list of goods.
it is somehow unprofitable to transplant to php.
Is Angular suitable for these purposes?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
hime2, 2015-08-18
@1af75

Just do it in js. You can even write HTML, though this is a perversion)
10 statistical goods, this is not 1,000,000 dynamic ones.

E
Evgeny Akhmetov, 2015-08-18
@asperin2

If you do not need to save your order history anywhere other than mail, you can. But what is the point of such an online store? You still need to save the data on your server, and there you already need a server and, accordingly, a server language, if such a commitment to JS is node.js

M
Maratlink, 2015-08-27
@Maratlink

How about firebase or mongolab ? You can make an admin panel and process orders. History, status, contacts, notifications. firebase has good documentation on Angular.
Good luck!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question