Skip to content

HetrTiXc/bouncing-bunnies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Setup

Two folders: backend and web

  • Install fastapi: pip install "fastapi[all]"
  • Download and install nodejs and run npm install in the web folder

Run

Open the repo folder in VS code and launch both configs or run both tasks, or run the following in command line

Backend: uvicorn main:app --app-dir=backend --reload --host 0.0.0.0 --port 8001

Website: npm --prefix ./web/ run start

Website will be hosted on localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published