Code Monkey home page Code Monkey logo

jukusai's Introduction

Jukusai

スマホアプリ用のバックエンドシステム ※このシステムはpythonのフレームワーク Djangoをベースに開発されている。以下に構築方法を記す

###環境構築 pyenvとvirtualenvを用いる事を推奨する

#####install

git clone https://github.com/yyuu/pyenv.git ~/.pyenv
git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv

#####shellの設定ファイルに以下を記述する

export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/bin:$PATH
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

#####本体のインストールとpython3.5

pyenv install 3.5.0
pyenv virtualenv 3.5.0 jukusai
git clone https://github.com/Alice-tech/AliceAnimeServer.git

#####pythonライブラリ

pip install -r requrements.txt

###テスト

  • DB初期化
python manage.py migrate
  • スーパーユーザー作成
python manage.py createsuperuser
  • テストサーバー起動
python manage.py runserver

#####Project Tree

.
├── Jukusai
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── __pycache__
│   ├── jsonResponse.py
│   ├── paginator.py
│   ├── settings.py
│   ├── settings.pyc
│   ├── urls.py
│   └── wsgi.py
├── README.md
├── db.sqlite3
├── manage.py
├── program
│   ├── __init__.py
│   ├── __pycache__
│   ├── admin.py
│   ├── migrations
│   ├── models.py
│   ├── programSerializer.py
│   ├── tests.py
│   └── views.py
└──requrements.txt


6 directories, 39 files

jukusai's People

Contributors

yatuhashi avatar

Watchers

James Cloos avatar  avatar

Forkers

tak-km

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.