Giter Club home page Giter Club logo

angular-express-mongoose-blog's Introduction

Angular Express Seed Example App Based on the Angular Express Seed, this simple app illustrates how to use AngularJS and Express on a Node.js server to make a simple blog.

Mongoose is used to interface with a Mongodb database. I've also included support to add files to Amazon Web Services using connect-stream-s3.

This project is based off of Brian Ford's work.

https://github.com/btford/angular-express-blog

Steps to get this working:

The usual....

npm install 

I also think it's nice using nodeman, so....:

npm install nodemon -g

Set up mongodb if you don't got it so that Mongoose can use it. I like using homebrew:

brew install mongodb

And start-up a mongod service in terminal:

mongod

to start the server, I recommend using this command:

foreman start -f Procfile.dev

Or if you're l55t then use this:

./go

We are starting foreman with a development version of Procfile so when you deploy to heroku, it's already properly set up to use the plain Procfile. Procfile.dev is for development only.

If you want to deploy to Heroku, you will need to set your heroku config variables:

https://devcenter.heroku.com/articles/config-vars

angular-express-mongoose-blog's People

Contributors

tablemountain avatar btford avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.