Skip to content

Python 3.6+; Django 3; Tests -- create simple buyer's basket

Notifications You must be signed in to change notification settings

idrummer83/azweb_testtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project - User's order basket

Simple release of user's order basket. Link to technical task - https://docs.google.com/document/d/1KMF6WM8dLvpvt8JFBUXqd8ydpmKLUCka3YQhgjiynMM/edit

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

A step by step series of examples that tell you how to get a development env running

At first clone a project

git clone https://github.com/idrummer83/azweb_testtask.git
cd azweb_testtask

Create and activate virtual enviroment

source venv/bin/activate

Prerequisites

You need to install all packages from requirements.txt file

pip install -r requirements.txt

Start project

python manage.py runserver or .manage.py runserver

Built With

Authors

About

Python 3.6+; Django 3; Tests -- create simple buyer's basket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published