keyurr2 / mean-structure

This is sample structure for any basic MEAN application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEAN Todo App

A MEAN app built with MongoDB and Angular. For demonstration purposes and a tutorial.

Node provides the RESTful API. Angular provides the frontend and accesses the API. MongoDB stores like a hoarder.

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local MongoDB database URI configured in config/database.js

Installation

  1. Clone the repository: git clone url
  2. Install the application: npm install
  3. Place your own MongoDB URI in config/database.js
  4. Start the server: node server.js
  5. View in browser at http://localhost:8080

About

This is sample structure for any basic MEAN application.

License:MIT License


Languages

Language:JavaScript 70.1%Language:HTML 29.9%