Skip to content

Developer Docs

Ian Arsenault edited this page Apr 14, 2018 · 11 revisions

Table Of Contents

MEVN Stack

Icons

CSS Frameworks

Learning Tools

  1. Intro to Vue
  2. Vue Forum
  3. Learn Vue Step by Step
  4. Build Full Stack Web App with MEVN Stack Part i &&Build Full Stack Web App with MEVN Stack Part II

Gitignore Template

This is required for any repository you work on. As developers we should not be pushing anything to do with what IDE's we use, our operating systems, as well as any unnecessary modules such as node_modules.

If you're creating a repository make sure you add this before you push any code. If you're working on another repository make sure you've added your respected gitignore settings before pushing any new changes.

add gitignore template

MongoDB Compass

Compass is a GUI for MongoDB that allows you to:

  • View, add, and delete databases and collections
  • Monitor performance in real time and identify slow queries
  • View and interact with documents with full CRUD functionality
  • Build and run ad hoc queries
  • Visually explore the structure of data in your database
  • View and optimize query performance with visual explain plans
  • Manage indexes: view stats, create, and delete
  • Create and modify data validation rules

Working with MongoDB

Deploying

Here are a list of possible useful articles on how to deploy Vue applications to AWS, Digital Ocean.

TODO

  • Add install docs
  • Add common debug techniques
  • add commands for mongod shell

Clone this wiki locally