Sunday, 4 June 2017

Advice for building my project (new to nodejs)

Hey everyone,I've been learning Javascript for 6 months now on the side and am doing a Udemy Course on NodeJS. It's been very useful and I am scratching the surface on various use cases for using Node in the terminal.I chose to learn node as my first framework because I have an idea I want to build that will store user data in a db. I've recently just started using Postman and Robomongo and am getting closer to getting ready to start building the project.I will be making user accounts and storing the data on each account in MongoDB. A part of my project will be using gitter for chatting so that will require twitter/github authentication to get into the gitter chats but I also need to create user accounts for my site itself first. I see this as a potential obstacle in acquiring users.The sign up process will be something along these lines - User creates account with either linkedin,facebook, or email. I need to get their email regardless but I'm not familiar with integrating those features from those servers AS im just learning doing it in node as it is.-User fills out some info on typeform for a cool UX that will collect info that will be stored in a DB. There will be basic profile associated with their user data in the first version.User authenticates a gitter account through twitter/github login to access our chats.Does anyone have any advice on the user acquistion design to smooth out this process and make it as efficient for coding and both the user who is signing up?Thanks!

Submitted June 05, 2017 at 01:52AM by awb715

No comments:

Post a Comment