A
A
Alex_872020-12-21 20:16:42
JavaScript
Alex_87, 2020-12-21 20:16:42

How to make a pure js online store using node.js as a backend?

Good evening! Please tell me if there is any course on creating an online store or news site, blog! The problem is that everyone is doing courses to LEARN the language itself! As for the specific practical application for creating a site from scratch, having a page layout, unfortunately I can’t find it. In order to make it clearer, I will give a question to which I am looking for answers.
- How, based on the knowledge of how to sit down pages, create your own database and draw a competent connection between the tables. How to design it?
- How to get and display data on the page?
- How to create an admin area for a store
- Do I need to organize the code according to the MVC model when using VUE?
- How to organize the code according to the MVC model, if we do not use frameworks, but use pure javascript?

If someone knows a course, or material in any other format that would answer these questions, please tell us about it!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Magnus Keef, 2020-12-21
@Alex_87

Hi, friend!
Well, at the beginning of the journey, decide on the
backend stack: Nodejs
server: expressjs
database: Mongodb
frontend: Reactjs
Tutorials on such a stack can be googled with the MERN abbreviation
There is also on YouTube: PERN (here the database is postgress)
There is an excellent course on the itkamasutra
channel 101 lessons , an average of 40 minutes. A person tells and shows how he creates a social network, this is in response to:

- How, based on the knowledge of how to sit down pages, create your own database and draw a competent connection between the tables. How to design it?

- How to get and display data on the page?

- How to create an admin panel for a store

Asking this question, I can immediately tell you that you are at the very beginning of a long journey ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question