Digital files into biologically viable DNA sequences using our ML-powered DNA Data Storage technology
- Create a new Web Service on Render.com
- Connect your GitHub repository
- Configure the following settings:
- Build Command:
pip install -r requirements.txt - Start Command:
gunicorn app:app - Environment Variables:
DB_TYPE=postgresql DB_NAME=your_db_name DB_USER=your_db_user DB_PASS=your_db_password DB_HOST=your_db_host DB_PORT=5432
- Build Command:
- Create a new Static Site on Render.com
- Connect your GitHub repository
- Configure the following settings:
- Build Command:
npm install && npm run build - Publish Directory:
build - Environment Variables:
REACT_APP_API_URL=https://your-backend-url.onrender.com
- Build Command:
- Install dependencies:
cd backend pip install -r requirements.txt - Run the server:
python app.py
- Install dependencies:
cd frontend npm install - Run the development server:
npm start
- Text to DNA encoding
- DNA to text decoding
- History tracking
- Multiple output formats
- File upload/download