This is a two-part app:
- Backend: FastAPI with CORS enabled for citation-aware article submissions
- Frontend: Simple HTML form using Juris.js to fetch DOIs and submit articles
- Push this repo to GitHub
- Deploy backend/as a Python web service
- Deploy frontend/as a static site
- Replace fetchURLs inindex.htmlwith your Render backend URL if needed