Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rockwotj/mean-moviequotes
Moviequotes on a MEAN Stack
https://github.com/rockwotj/mean-moviequotes
Last synced: 8 days ago
JSON representation
Moviequotes on a MEAN Stack
- Host: GitHub
- URL: https://github.com/rockwotj/mean-moviequotes
- Owner: rockwotj
- Created: 2015-05-14T04:29:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T15:42:04.000Z (about 9 years ago)
- Last Synced: 2023-02-26T11:26:09.277Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://moviequotes-trockwood.rhcloud.com
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moviequotes on a MEAN Stack
This is an example of the Moviequotes webapp implemented in a MEAN stack.### What is MEAN?
MEAN is an acronym for the technologies used to build this:Mongo DB
Express.js
AngularJs
NodeJS### Structure
There is a simple Angular app served statically from a NodeJs server. The Node server also acts as a simple JSON REST API (Yay for acronyms!).Angular then communicates to the DB using that API. Voila! A simple CRUD app for your favorite moviequotes.
### But why?
I learn by doing. This was my chance to learn Node, express and MongoDB. I already knew Angular, so it was a way to wrap my mind around the MEAN way to web development. I find the stack to be very easy to work with, and being able to write client-side and server-side code in the same way is really nice.Feel free to steal or use whatever you would like from this directory!
Cheers :beers: