/-Mern-starter-stack

Just a full stack that I should have made into a repo sooner to rapid-prototype apps.

Primary LanguageJavaScript

MERN Starter Stack

Building a re-usable full-stack so that I can start new projects faster. In progress...

TODOs

Client

  • Create a media uploader
  • Create User CRUD interface
  • Create User password logic
  • Create server fetching pattern

Server

  • Create JWT Auth middlware
  • Create User model
  • Create User password reset/update
  • Create User CRUD ops
  • Create REST API architecture
  • Create DB adapter
  • Create Auth adapter?
  • Create media upload middleware