Skip to content
 
 

Repository files navigation

winearth-api

Test the API on the local computer

    pip install -r requirements.txt
    python manage.py runserver

Docker Deployment

    docker build . --file Dockerfile -t winearth-api
    
    cd docker-compose
    
    docker compose up

Check if the API is working by going to:

Test on Ubuntu without Docker

    sudo apt install python3-pip python3-venv
    python3 -m venv django
    source django/bin/activate

    pip install -r requirements.txt
    python manage.py runserver

Check if the API is working by going to:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages