https://github.com/kennetpostigo/mean-blog
https://github.com/kennetpostigo/mean-blog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennetpostigo/mean-blog
- Owner: kennetpostigo
- Created: 2015-07-01T00:44:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T02:31:00.000Z (almost 10 years ago)
- Last Synced: 2025-03-07T23:42:37.326Z (2 months ago)
- Language: CSS
- Size: 5.19 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN-Blog
## New to the MEAN Stack?This is a little blog project that utilizes every part of the MEAN Stack.
I made this Project to help Newcomers dissect and understand how to use
The Javascript Stack. I'm hoping that this can help people learn how to
wire up a MEAN project, understand Mongoose Referencing, how to Route a
RESTful API, and wire up the front end to talk to the API.Once you
have cloned the repository and installed it you will have a nice little blog.## Repository Requirements
To use the MEAN-Blog you need to have the following configured and Installed:
+ NPM
* Then run NPM install.
+ Bower
* Then run Bower install.
+ Sass-watch
* Then run sass -watch.
+ Start the sever with Node
* node server or nodemon server.
+ MongoDb
* You NEED mongodb to use this repository. Learn how to [install](http://docs.mongodb.org/manual/installation/)
## Feedback or ContactEmail me at [email protected]
Follow me on Twitter @kennettweets