git clone https://github.com/prakhar728/NodeZilla.git
cd NodeZilla
npm install
npm run dev
- Install the requirements.
pip install requirements.txt
-
Make a .env file, refer to sample.env for what credentials to add
-
Start the server
fastapi dev main.py
- Install the requirements.
pip install requirements.txt
-
Make a .env file, refer to sample.env for what credentials to add
-
Start the server
python3 main.py