Skip to content

NaivEPoi/travel_helper

Repository files navigation

travel_helper

Get Started

Frontend

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 20
npm install
npm run dev

Backend

cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirement.txt
flask run

Deploy

build the Vite project and serve the static files using Flask

npm run build

CloudFlare AI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published