Friday, July 27, 2018

Day 13

(2) so is that possible to build it from scratch?
(3) is that mean it’s better to do that by service?
how about if i want to find a API?


1. Can you be more specific about what you're trying to build?
2. She used a calendar plugin for React
3. There are services you can use like Mailgun, Nodemailer, etc. to send emails from node.
4. You can build a Reddit website with whatever front end and back end you want. As long as the database contains the information organized the same way, all you have to do is use the server to get the requested information to the front end when it is requested.

1. Your database would just have to reflect that organization of data. Other than that, it's the same thing as many people in one chat room.
2. Yes
3. You could use either a service or use socket.io. I would research the options and decide based on what you think is easier to implement.


(1)req.params.thing  vs /fallinlovewith/:thing
(2)render
(3) Focus on one laugnage now

Question
(1)express, bodyparser?
(2)// question

No comments:

Post a Comment

Day 13

(2) so is that possible to build it from scratch? (3) is that mean it’s better to do that by service? how about if i want to find a API? ...