Daily math questions.
Upload test PDFs at /upload. Then view /uploads to extract the questions from the PDFs.
Create an Appwrite project (either self-host or cloud), then set the following environment variables:
APPWRITE_PROJECT_ID=
APPWRITE_ENDPOINT=
APPWRITE_API_KEY=
APPWRITE_DATABASE_ID=
APPWRITE_TABLE_ANSWERS_ID=
APPWRITE_TABLE_COMPETITIONS_ID=
APPWRITE_TABLE_UPLOADS_ID=
APPWRITE_TABLE_QUESTIONS_ID=
APPWRITE_TABLE_SOLUTIONS_ID=
APPWRITE_BUCKET_ID=UCKET_ID=To build, use:
npm run buildThen, to run:
node buildSet the PORT environment variable if needed.