diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f93e27 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# A FastAPI Server with a packaged React Application + +A simple demo server for demonsrating how to use a packaged [frontend application](https://github.com/itayB/vite-project). + +## Getting Started + +### Usage + +You can install this server and run it with: + +```shell +pip install -r requirements.txt +python -m backend +``` + +## Contribution + +### Installation + +```shell +pip install -r requirements.txt +```