Code Monkey home page Code Monkey logo

chill-with-hill's Introduction

Chill With Hill

##Table of Contents

##The Project

This project has a Flask server on the back-end and a Node server on the front-end (using Webpack, React, Redux, and Babel + ES6). Here are the steps to get it all set up!

##Get It Running

###Back-end setup:

Get Postgres running and dump data.pgdump into a new database.

Create & activate your virtual env:

$ virtualenv venv

$ . venv/bin/activate

Install dependencies:

(venv)$ pip install -r requirements.txt

Start the Flask server:

(venv)$ python server/app.py

###Front-end setup:

If you don't already have npm, go ahead and install it:

$ sudo apt-get install npm

I was using node v4.4.3. To install that, run:

$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

$ sudo apt-get install -y nodejs

Check your version:

$ node --version

v4.4.3

Install dependencies:

$ cd client/

$ npm install

Start the node server:

$ npm start

Point your browser to localhost:3000.

##Screenshots

View events:

View events

RSVP:

RSVP

Check your RSVP status or un-RSVP:

RSVP check

See whether an event is full:

Check full

chill-with-hill's People

Contributors

kkschick avatar

Watchers

James Cloos avatar Linda Zhou 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.