Skip to content

arXiv/submit-ce

Repository files navigation

submit-ce API

arXiv paper submission system

Installation & Usage

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 test/make_test_db.py

python main.py

and open your browser at http://localhost:8000/docs/ to see the docs.

Build Docker Image

docker build . -t arxiv/submit_ce

Tests

To run the tests:

pytest tests

About

arXiv paper submission system

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published