Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Let's make a web app for mapping a route through Art Hop venues!

Notifications You must be signed in to change notification settings

freecodecamp-fresnoca/arthop-map-dev

Repository files navigation

arthop-map

This project is generated with yo angular generator version 0.15.1.

Getting Started

  1. git clone
  2. cd into the folder cd arthop-map-dev
  3. check node version node --version
  1. Make sure nodemon is installed nodemon --version
  • To install run npm install -g nodemon
  1. Run npm install to install dependencies
  2. Run cd app/public/ && bower install
  • Remember to cd ../.. to get back to root directory
  • If bower is not globally installed run npm install -g bower
  1. Create googleAuth.js file in path ‘/backend/config/’ (copy & paste file content from Slack channel )
  2. On another terminal tab/window run mongod to start mongodb server
  1. Run nodemon app-dev.js to start node server in the development environment.
  2. Application will be found at localhost:3333

Development Environment

Run npm install and bower install
Run nodemon app-dev.js to get node server running

Production Environment

Request heroku access for production permission If you only want to test functionality in the production environment, you can follow the steps below Run grunt build
Add the contents of the build to the 'public' directory on the root of the app Build configuration pending Run npm start to get node server running the production files

Testing

Running grunt test will run the unit tests with karma.

JSON Data information

** Categories (venue.type) **
Gallery
Museum
Studio
General Business
General Organization
School
Government Building
Food & Drink
Entertainment
Bar
Site

About

Let's make a web app for mapping a route through Art Hop venues!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published