- Go 1.21+
- Node.js 18+
- fpocket (
sudo apt-get install fpocketon Debian/Ubuntu, or build from source) - Open Babel (
sudo apt-get install openbabel)
# Clone the repository
git clone https://github.com/ayush00git/ProtPocket.git
cd ProtPocket
# Run the backend (port 8000)
go run main.gocd app
npm install
npm run dev
# Runs at localhost:5173
# Proxies /api/* to localhost:8000