M
M
myskypesla2017-01-26 14:38:54
JavaScript
myskypesla, 2017-01-26 14:38:54

Where can I find a lesson on writing a server?

Hello.

There is a task: (the main one is to study modern nodejs technologies, react (angular))
-> make a page on which there will be 10 questions
-> a person must fill in the fields and click submit
-> the manager will have to go to his personal account, which will have one button " Unload in Excel format"

I assume that you need to create a database and a small server part that will save these answers. Well, and, accordingly, a personal account.

Question: are there any courses or lessons on how to implement this with modern means, js, node.js, react or angular? Tell me please.

Answer the question

In order to leave comments, you need to log in

9 answer(s)
D
Dmitry Luzanov, 2017-01-26
@myskypesla

If the task is to learn nodejs:
Fast on nodejs + express
For more in-depth nodejs

A
Abdula Magomedov, 2017-01-26
@Avarskiy

jQuery Ajax + PHP + PHPExcel (such a library)

A
Andrey B., 2017-01-26
@andykov

Why such difficulties?
Make a questionnaire in https://www.google.ru/intl/ru/forms/about/ , there is an upload of answers to a google table

M
Maxim Timofeev, 2017-01-26
@webinar

You don't need to write a server for this task
Yes, it can be a simple text file, but it's more convenient to have a sql solution
Yes very many
The task is not particularly difficult, so you can just write in php, but if you want to try something modern - choose one of angular (here you also need to study nodeJs a little), laravel (php), yii (php)
Based on your task, and it is extremely simple, you do not need react, angular, node.js, etc. Another question is if you want to become a programmer - then decide on a direction and go for it.

V
Vladimir, 2017-01-26
@Casufi

According to angular here
https://angular.io/docs/ts/latest/tutorial/ You will have to decide on the backing yourself, but if
you want everything on JS
sailsjs.com/get-started
don't bother with all of this.

S
Stepanya, 2017-01-26
@Stepanya

There are courses, lessons too.
Option 1:
Write the backend, you can use node.js
Write the frontend html + js
Option 2:
write the server and front in php.
Option 3:
Use https://docs.google.com/forms/

C
Cavin March, 2017-01-26
@ForbsmC

Why for such a simple Noda service?

Y
yuras666, 2017-01-26
@yuras666

With nodejs, react, angular, I would wait for now.
And then it already resembles stories in the style:
- how to add 2 + 3?
- you need to use (react, angular, jquery)
Now in fact:
google forms - less code, less problems.
instead of exel, specify the possibility of using csv - it will be easier.
nodejs for a first project with no experience is a very poor choice. This is a normal application that does not need a single line of js. Good old php will do just fine.
By "modern means" there are a lot of lessons, I can recommend https://loftblog.ru for example.

T
twid, 2017-01-26
@twid

maybe look for something ready-made on the github and just rewrite the client? ..

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question