Skip to content

ArnaudNorel95/StockSynchronisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronisation Stock Mechanism

forthebadge forthebadge

API developped with Django 3.2.9 Python 3.7.9 Database postgresql

Installation

Create virtual environment

1. WINDOWS

python -m venv env

env\Scripts\activate

2. LINUX

virtualenv env

source env/bin/activate

pip install -r requirements.txt

Starting

1- DATABASE

python manage makemigrations

python manage migrate

python manage createsuperuser not mandatory but will be necessary if you want to have acces to admin side

2- RUN API python manage runserver

Writter

Arnaud Norel

About

Django API to Synchronise Stocks for a shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages