Skip to content

dgrant069/webapp

 
 

Repository files navigation

Wwoof France

This application is aimed to allow french farmers and wwoofers to meet and prepare their wwoofing experience.

This application is beeing developed by volonteers and will eventually replace the current french wwoofing website.

Getting started

  • Install:
    • Node.js: brew install node on OS X
    • Brunch: npm install -g brunch
    • Bower: npm install -g bower
    • Node.js and Bower packages: npm install & bower install
    • MySql server and client
  • Configure:
    • Edit the config.json file at the root of the project.
    • Create the MySQL schema for the main database and the session database (see config file).
  • Run:
    • Terminal 1: brunch watch — watches the project with continuous rebuild.
    • Terminal 2: node-dev server.js — runs the Node.js server using Express.
  • Good to know:
    • The public/ dir is fully auto-generated and served by HTTP server.
    • Place in app/assets/ static files you want to be copied to public/.
    • Write the Ember code in the app/ dir.
    • Write the Express code in the server/ dir.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CoffeeScript 1.1%
  • CSS 0.9%