Skip to content

Documentation

Isaac edited this page Oct 30, 2024 · 8 revisions

hello friends

install react: https://www.freecodecamp.org/news/how-to-install-react-a-step-by-step-guide/

run web app:

npm install npm run dev

run database: uvicorn main:app --host 127.0.0.1 --port 8000 --reload

Clone this wiki locally