Giter Site home page Giter Site logo

challenge-webservice's Introduction

Challenger Webservice

Challenger Webservice is an example Flask application illustrating some of my common practices

Development Environment

At the bare minimum you'll need the following for your development environment:

  1. Python
  2. MySQL

It is strongly recommended to also install and use the following tools:

  1. virtualenv
  2. Vagrant

Local Setup

The following assumes you have all of the recommended tools listed above installed.

1. Clone the project:

$ git clone [email protected]:eder/challenge-webservice.git
$ cd challenger-webservice

2. Create and initialize virtualenv for the project:

$ sudo pip install virtualenv
$ virtualenv challenge
$ source ./challenge/bin/activate
$ pip install -r requirements.txt

3. Edit database connection

	config/database.py
	$ DATABASE_CONF_URI
 	$ DATABASE_ENG

4. Upgrade the database:

$ cd app/config/

5. Database Migrations

$ python migration.py db init
$ python migration.py db migrate
$ python migration.py db upgrade

6. Run the development server:

$ python run.py

7. How to use Webservice

Create user:
$ curl -X POST -F facebookId=30 http://localhost:5000/person/

Delete user:
$ curl -X DELETE http://localhost:5000/person/30/

List users with limit:
$ curl http://localhost:5000/?limit=xxx

Tests

To run the tests use the following command:

$ nosetests

challenge-webservice's People

Contributors

eder avatar

Watchers

 avatar

Forkers

cirocosta

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.