Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcosgilf/meanapp

:part_alternation_mark: Basic TODO app developed with the MEANJS stack
https://github.com/marcosgilf/meanapp

Last synced: 28 days ago
JSON representation

:part_alternation_mark: Basic TODO app developed with the MEANJS stack

Awesome Lists containing this project

README

        

# MEANAPP

:part_alternation_mark: Main features of a TO-DO basic app
Basic API REST developed with the MEANJS stack
* MongoDB
* Express
* AngularJS
* NodeJS

# Changelog

### V.0.1.0 - 2016-04-04

* First steps to initialize the app

### V.0.1.1 - 2016-04-05

* Basic estructure of a MEANJS app, included task automation with Grunt, Bootstrap framework for styles and Animate.css for animations

### V.0.2.0 - 2016-04-12

* Finished basic features of the app

# APP INIT

* Download the project folder or clone the repository
* Install dependencies with `$ npm install` and `$ bower install`
* To init de user db run: `$ npm run initDB-users`
* To init de items db run: `$ npm run initDB-items`

# APP RUN

* Run the server with `$ nodemon` or `$ npm start`. Now the app is running on port 3000.
* Run the automatics frontend tasks with `$ grunt`