Skip to content

This project contains backend REST APIs needed to support a web application that allows a footwear industry to display wholesale catalog.

Notifications You must be signed in to change notification settings

liviocunha/API-wholesale-footwear-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was done with:

  • Python 3.8.5
  • Django 3.1.5
  • Django Ninja 0.12.1
  • Python Decouple 3.4

How to run project?

  • Clone this repository.
  • Create virtualenv with Python 3.
  • Active the virtualenv.
  • Install dependences.
  • Create .env run contrib/env_gen.py
  • Run the migrations.
git clone https://github.com/liviocunha/API-wholesale-footwear-catalog.git
cd API-wholesale-footwear-catalog
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 contrib/env_gen.py
python3 manage.py migrate

About

This project contains backend REST APIs needed to support a web application that allows a footwear industry to display wholesale catalog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages