Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 518 Bytes

File metadata and controls

31 lines (23 loc) · 518 Bytes

Installation

Prerequisites

  • Go 1.21+
  • Node.js 18+
  • fpocket (sudo apt-get install fpocket on Debian/Ubuntu, or build from source)
  • Open Babel (sudo apt-get install openbabel)

Backend

# Clone the repository
git clone https://github.com/ayush00git/ProtPocket.git
cd ProtPocket

# Run the backend (port 8000)
go run main.go

Frontend

cd app
npm install
npm run dev
# Runs at localhost:5173
# Proxies /api/* to localhost:8000