Skip to content

Reddit/Hacker News clone using the MEAN stack (MongoDB, Express.js, AngularJS, and Node.js).

License

Notifications You must be signed in to change notification settings

mteece/FlapperNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlapperNews

Reddit/Hacker News clone using the MEAN stack (MongoDB, Express.js, AngularJS, and Node.js).

Setup

  • Install Node.js
  • Install MongoDB via Homebrew

Be sure to run in the project root to install dependencies:

$ npm install

Running

MongoDB

$ mongod -dbpath /Users/<user>/Databases/MongoDB/

MongoDB Client

$ mongo

See http://docs.mongodb.org/manual/core/crud-introduction/ for queries, etc.

Express

$ npm start

You should be able to run and view http://localhost:3000/#/home

Todo

  • Break out HTML templates from index.ejs
  • Add more UI styles
  • Search and filter (local and server)

About

Reddit/Hacker News clone using the MEAN stack (MongoDB, Express.js, AngularJS, and Node.js).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published