Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 547 Bytes

Setup.md

File metadata and controls

42 lines (30 loc) · 547 Bytes

Repo

git clone https://github.com/prakhar728/NodeZilla.git
cd NodeZilla

Frontend

npm install
npm run dev

Api

  1. Install the requirements.
pip install requirements.txt
  1. Make a .env file, refer to sample.env for what credentials to add

  2. Start the server

fastapi dev main.py

Collector

  1. Install the requirements.
pip install requirements.txt
  1. Make a .env file, refer to sample.env for what credentials to add

  2. Start the server

python3 main.py