Code Monkey home page Code Monkey logo

to-fix-backend's Introduction

##to-fix-backend

The server component of to-fix which provides the API that interacts with the front end. You can find the front end at https://github.com/osmlab/to-fix.

####Environment variables

  • DBUsername - default: postgres
  • DBPassword - unset by default
  • DBAddress - default: localhost
  • Database - default: tofix
  • UploadPassword - required
  • UploadPath - default: ./

If DBAddress is set to something other than localhost, postgres will not be installed as part of install.sh

####Ubuntu Installation

# set your environment variables
sh deploy/install.sh
npm start

####Other Installation

  • install PostgreSQL, I recommend postgres.app for OS X
  • install node.js, npm if needed
  • run npm install
  • run node index.js

####Adding a task Adding a task requires POSTing a CSV to the API, see API.md and adding the necessary logic to the front end of to-fix to know how to process the results. This is currently hard coded into the front end (at src/stores/map_store.js), but something that will be abstracted in the future, making it easier to add new tasks. Changing the items that are selectible in the sidebar happens in src/data/tasks.json on the front end.

to-fix-backend's People

Contributors

aaronlidman avatar tristen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.