Code Monkey home page Code Monkey logo

vimman-api's Introduction

Vim man bot

Build Status Gitter

Concept

  • vimを使える人を増やすこと。

Why vim_man_bot?

  • エクセレントな今までにないvimの学習体験。
  • vimを広めたい。使えるといろいろ便利。

Development

Development of Frontend

  1. Execute to command of below.

    $ npm install $ ./node_modules/gulp/bin/gulp.js

  2. Access to localhost:8080 your browser.

Execute Python Flask

Development of API

  1. Setting MySQL

    $ mysql -u {MYSQL_USER_NAME} < src/api/data/sql/mysql_createdb.sql $ mysql -u {MYSQL_USER_NAME} vimmanbot < src/api/data/sql/mysql_schema.sql

  2. Execute to command of below.

    $ pip install -r src/api/requirements.txt $ cp config/databases.py.sample config/databases.py $ python src/api/app.py

  3. Access to localhost:5000. ex) localhost:5000/questions

Contribution

  1. Fork it ( http://github.com/OMOSAN/vimmanbot-app/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

vimman-api's People

Contributors

gitter-badger avatar tamesuu avatar tetsuwo avatar

Watchers

 avatar

Forkers

tetsuwo tamesuu

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.