Information System Website with Svelte and FastAPI
Clone this repository
git clone https://github.com/mab-eric313/si_tpa.git
cd si_tpa
Make virtual environment
Windows
Open the code editor or command prompt
python -m venv .venv
.\.venv\Scripts\activate
Linux
python3 -m venv .venv
source .venv/bin/activate
Install FastAPI dependencies
pip install -r requirements.txt
Install Svelte dependencies
npm install
Run the project
npm run dev:all