jamesmagoo / ContactKeeper

MERN Learning Exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning MERN

Udemy Course 'React Front To Back' with Brad Traversy [http://www.github.com/bradtraversy]

Process/Learning Notes : BACKEND

  • Folder structure, npm , express, adding packages
  • Creating routes for each resource i.e. [user, contacts, authentication]
  • Connecting to mongoDB
  • Creating schema and models using mongoose
  • Validation using express-validator
  • Encryption using bcryptjs
  • Authentication using json web tokens

Process/Learning Notes : FRONTEND

  • Frontend/Backend folder structure
  • Setting up & developing using concurrently
  • Contact resource context, reducers, actions, etc.
  • Contacts List UI

About

MERN Learning Exercise


Languages

Language:JavaScript 75.3%Language:CSS 18.6%Language:HTML 6.1%