(Work in progress, Readme shall be update with application)
Last Update: 6/27/15, between v0.1 and v0.2
It's a website that will store all of those links you wanted to go back to, but never could, in an easy to use interface. "linkDrops." is perfect for things like youtube videos, articles, and repos!
Currently our team contsits of Aaron Turner, @torch2424, and Julian Poyourow, @julianpoy
This application uses the MEAN stack. Which includes:
And generated with Yeoman
In Particular, this project is generated with yo angular generator version 0.12.1.
Starting the Frontend:
Run grunt
for building and grunt serve
for preview. We are also using development enviorenments on the application. please add :dev
(Development) or :prod
(Production) to the end of the statements. For instance, in order to live serve the application in development mode, use grunt serve:dev
Starting the Backend:
From the application directory, cd (change directory) into the backend folder. Then, run mongo
and then use
followed by the name of your database, so for example, use linkdrops
.
After, in a new terminal, run nodemon
, and everything should be up and running!
Licensed under the Apache License 2.0