Skip to content

Artemh59/newspaper_agency

Repository files navigation

✨ Start the app in Docker

👉 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.


✨ How to use it

Download the code

$ git clone https://github.com/Artemh59/newspaper_agency.git
$ cd newspaper_agency

👉 Set Up for Unix, MacOS

Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt

👉 Set Up for Windows

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'


About

Project for managing newspaper agency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published