Skip to content

FileStructure

Megan Smith edited this page Apr 27, 2016 · 10 revisions

server

  • controllers - Query the database to perform CRUD operations
  • models - Schemas for database
  • routers - Link endpoints to controller methods
  • config - .gitignored variables that set up environment
  • logs - .gitignored server logs

client

  • actions
  • components
  • containers
  • reducers
  • tests

Clone this wiki locally