Code Monkey home page Code Monkey logo

mean-demo's Introduction

mean-demo

A bare-bones example of how to get started in the MEAN stack.

Getting Started

Install node and mongodb. If you are using a linux-based system, consider using a package manager. Mac users can check out homebrew.

  • git clone https://github.com/megalord/mean-demo.git
  • cd mean-demo
  • npm install
  • bower install
  • mongod
  • node api/main.js

You will need to run the last two commands in separate terminal windows.

Libraries Used

Client

Server

Ideas to Expand the Demo

  • Add a new model and some more api calls to interact with the data. Consider an entity that has a relationship to a cat, e.g. owner or sibling. Check out the tables on this page for routing tips.
  • Split up the backend components. Right now, everything is in one file, but how can we do a better job of separating our concerns?
  • Create new routes for the UI, such as separate views for the listing of cats and creating/deleting a new cat.
  • Put the api calls for cats in a service.
  • If you're really feeling a challenge, make a directive for a cat that includes update and delete buttons.
  • Add some styles! Check out this or this for some pointers and principles.

mean-demo's People

Watchers

James Cloos avatar Derek Gulledge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.