ne0guille / angular-library-example

Library sample application build wit AngularJs 1.6 , Nodejs and mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-library-example

Library sample application build with AngularJs 1.6 , Nodejs and mongodb

Running the app.

Client

Install dependencies
npm install

Running the client: npm start

Server

Install dependencies
npm install

Running the server
start mongo: mongod

Seeding the database. Under server folder run this commands

mongoimport --db library-dev --collection books --drop --file ./data/books.json
mongoimport --db library-dev --collection library --drop --file ./data/library.json

start express npm start

About

Library sample application build wit AngularJs 1.6 , Nodejs and mongodb


Languages

Language:JavaScript 99.7%Language:HTML 0.3%Language:CSS 0.1%