Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcosgilf/meanapp
- Owner: marcosgilf
- Created: 2016-04-04T08:41:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T09:53:11.000Z (over 8 years ago)
- Last Synced: 2023-03-01T02:31:50.722Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`