This is a simple application created with the MEAN stack to keep a log of ideas for upcoming hackathons (or anything, really).
The application is meant to be a very simple and very basic idea board, with no login; anyone can post to the board. This is to ensure flexibility and simplicity so that anyone can customize the application to fit their needs.
To use the Idea Board, you need to have the following installed on your system:
- node
- bower
- mongodb
cd serverand install the required packages withnpm install.cd publicand install the required packages withbower install.- Ensure that you have a mongodb instance running.
- Start the application with
npm start. - Go to http://localhost:3000 to view the application.
The Idea Board is styled with Bootstrap, but /server/public/css contains style.sass for custom css.
The Idea Board lists Ideas starting from the most recent.
- Post Flagging
- Liking posts/Voting posts