Code Monkey home page Code Monkey logo

tokyoveg's Introduction

Tokyo Veg - A Guide to Vegetarian Restaurants in Tokyo

TokyoVeg
  • Tokyo Veg 是一個基於 Django 的網站,旨在提供東京素食餐廳的資訊。 [demo]
  • 用戶可以瀏覽、搜尋和透過 Issues 提出加入新的素食餐廳。

專案簡介

此專案使用 Django 3.2 開發,並儲存在 food app 中。 image

安裝與設定

以下是本專案的安裝與設定步驟:

  1. Clone 專案:

    git clone https://github.com/kageryo/tokyo_veg.git
    cd tokyo_veg
  2. 建立虛擬環境並啟動:

    python3 -m venv tokyo_veg_venv
    source tokyo_veg_venv/bin/activate
  3. 安裝函式庫:

    pip install -r requirements.txt
  4. 設置環境變數:

    建立 .env 檔案並添加以下內容:

    SECRET_KEY=your-secret-key-here
    DEBUG=True(若您希望在正式環境中執行請勿開啟 DEBUG 以維護安全性)
    SENTRY_CLIENT_DSN = 'Your Sentry Key'
    
  5. 遷移資料庫:

    python manage.py migrate
  6. 啟動開發伺服器:

    python manage.py runserver

如何貢獻

我們歡迎各種形式的貢獻,包括但不限於:

  • 報告 Bug
  • 提出功能請求
  • 撰寫或改進文件
  • 提交 Pull Requests

提出 Issues

如果您有任何問題或功能請求,請透過 Issues 頁面提出。
我們也歡迎用戶透過 Issues 提交新的餐廳資訊,請提供盡可能詳細的餐廳資料。

提交 Pull Requests

  1. Fork 此專案。
  2. 建立新的分支(git checkout -b feature/YourFeature)。
  3. 提交您的修改(git commit -m 'Add some feature')。
  4. 將修改推送至分支(git push origin feature/YourFeature)。
  5. 透過 GitHub 提交 Pull Request。

聯絡我們

如有任何問題,歡迎向我聯絡:[email protected]

Reference


感謝您對 Tokyo Veg 的支持與貢獻!

tokyoveg's People

Contributors

kageryo avatar

Stargazers

 avatar

Watchers

 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.