Skip to content

Library sample application build wit AngularJs 1.6 , Nodejs and mongodb

Notifications You must be signed in to change notification settings

ne0guille/angular-library-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages