arXiv paper submission system
To run the server, please execute the following from the root directory:
# setup venv in your preferred way
python --version
# 3.11
pip install --no-deps -r requirements.txt
pip install --no-deps -r requirements-dev.txt
# make sqlite dev db
python tests/make_test_db.py
python main.py
and open your browser at http://localhost:8000/docs/
to see the docs.
docker build . -t arxiv/submit_ce
To run the tests:
pytest tests