👉 Step 1 - Download the code from the GH repository (using
GIT
)
$ git clone https://github.com/Artemh59/newspaper_agency.git
$ cd newspaper_agency
👉 Step 2 - Start the APP in
Docker
$ docker-compose up --build
Visit http://localhost:5085
in your browser. The app should be up & running.
Download the code
$ git clone https://github.com/Artemh59/newspaper_agency.git
$ cd newspaper_agency
Install modules via
VENV
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
Install modules via
VENV
(windows)
$ virtualenv env
$ .\env\Scripts\activate
$ pip3 install -r requirements.txt
Start the app
$ python manage.py runserver
At this point, the app runs at http://127.0.0.1:8000/
.
Or at this site 'https://newspaper-agency-ynmx.onrender.com'