Skip to content

berserg2010/atm_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM Service

BACKEND

INSTALL

DEBIAN
FOLDER STRUCTURE
atm_service/
  backend/

From python3:

# apt install python3-virtualenv python3-pip python3-dev virtualenv

In atm_service/backend/:

$

$ virtualenv --prompt="(venv:atm_service)" -p /usr/bin/python3 ./venv/

$ source ./venv/bin/activate

$ pip3 install -U -r requirements.txt

$ django-admin.py startproject backend

$ cd backend/

$ python3 manage.py startapp api


TESTING

To run the tests, you must run in a virtual environment:

pytest


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages