N
N
Nazi2017-10-12 22:22:38
Node.js
Nazi, 2017-10-12 22:22:38

How to create identical registration pages?

Good evening everyone!
You need to make a page that people go to go through a simple registration (login and password) and get their own page with data that they can edit about themselves (no functionality is needed, only data about themselves).
and as if I understand how it should work, but I don’t know where to start learning, each person should receive a new id and there will be a page for the id), but this is training and you need such a stack of technologies: react, redux, mongodb, node.
Explains the steps to learn to do this task.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2017-10-13
@Nazi

Your stack may fall under the abbreviation MERN (Mongo, Express, React, Node), there are many recipes on Google for it. If you had already indicated that you can, it would be easier.
The task in parts (if you know how to typeset):
1) make an API server (on node, on a framework for a node - express or koa or some other), therefore, read what REST API is, then google REST API exrepss mongodb etc.
2) Make a web face for this: login page, page for changing information.
2.1) take react + redux + react-router and go. On the shelves we learn each of the moments, if there is no knowledge. First, react (a form + changing data in it, then asynchronously loading an image with a preloader - these are all great tasks, no redux). Then the same image loading, but with redux. This will give you the basic concepts. Then tie your frontend (point 2) and backend (point 1) together.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question