SpookyJelly / odyssey

Full stack odyssey with Chuck Norris.

Home Page:https://spookyjelly.github.io/odyssey/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odyseey

start local env (for test)

  • you need to add secrets.json in backend dir
  • backend (python 3.10.x)

    1. cd backend
    2. python3 -m venv .venv
    3. pip install -r requirement.txt
    4. uvicorn app.main:app --reload
  • frontend (node.js 14.x)

    1. cd frontend
    2. npm install
    3. npm run dev

About

Full stack odyssey with Chuck Norris.

https://spookyjelly.github.io/odyssey/


Languages

Language:Python 45.1%Language:TypeScript 38.6%Language:SCSS 9.4%Language:CSS 5.0%Language:HTML 1.7%Language:Procfile 0.2%