Thanks to visit codestin.com
Credit goes to github.com

Skip to content

KageRyo/TokyoVeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 的支持與貢獻!

About

🇯🇵 A Guide to Vegetarian Restaurants in Tokyo.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published