A web-based platform to explore and visualize public biological models.
This application enables researchers and developers to interact with computational biology models through a simple and intuitive interface.
- 🔍 Explore publicly available biological models
- 📊 Visualize model data and relationships
- ⚡ Fast and responsive web interface
- 🌐 Integration with external APIs for model data
- Frontend: Handlebars, HTML, CSS
- Backend: Node.js, Express.js
- Data Handling: JSON-based model storage
- Deployment: Docker support
- Node.js (v14 or above)
- npm (Node Package Manager)
- Docker (optional)
# Clone the repository
git clone https://github.com/your-username/modelbricks-webapp.git
# Navigate to project directory
cd modelbricks-webapp
# Install dependencies
npm install
# Start the application
npm start