An open API service indexing awesome lists of open source software.

https://github.com/robertjgabriel/tate-gallery-in-express-node-api

Tate gallery in javascript using angular.js
https://github.com/robertjgabriel/tate-gallery-in-express-node-api

angularjs college-project side-project tutorial

Last synced: about 1 year ago
JSON representation

Tate gallery in javascript using angular.js

Awesome Lists containing this project

README

          

![alt text](https://raw.githubusercontent.com/RobertJGabriel/Tate-Gallery-in-Express-node-api/master/public/img/github/home.png "Robin")
##About
Using the likes of Node, express, angular.js and mongodb.

##Set up
1. Clone or download the repo.
2. Navigate into the repo.
3. Import the Database.
3. Run ```npm install ```
4. Run ``` npm start ```

## Contents

* /public - static directories suchs as /images
* /routes - route files for tutorial project
* /views - views for tutorial project
* README.md - this file
* server.js - central app file for tutorial project
* package.json - package info for tutorial project

## Import

1. mongod --dbpath /Users/robertgabriel/Documents/College/Advanced_Javascript/tategallery/data
2. mongoimport --db assesstment --collection artworks --drop --file /Users/robertgabriel/Documents/College/Advanced_Javascript/tategallery/public/json/artworks.json
3. mongoimport --db assesstment --collection artists --drop --file /Users/robertgabriel/Documents/College/Advanced_Javascript/tategallery/public/json/artists.json