Skip to content

hackclub/pancakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


The repo for the YSWS Pancakes!

Development

First, clone the repository and navigate into it.

git clone https://github.com/hackclub/pancakes
cd pancakes

Next, before running, install dependencies.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Finally, you'll want to use the following command to run it in development mode.

fastapi dev main.py

Otherwise, if you are instead intending on running your own instance (though I don't really see a need for it...), run the following command:

fastapi run main.py

You should be good to go! PRs are very appreciated!

About

Make a full stack app, get a stack of pancakes!

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published