Skip to content

ArtiomOn/ebs-catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 CATALOG API

REST API for Internet Catalog project.

📝 Requirements

  1. Python 3.10
  2. PostgreSQL
  3. Celery

🔧 .env

# DJANGO
SECRET_KEY=
DEBUG=True

# DATABASE
NAME=
USER=
PASSWORD=
HOST=
PORT=

📦️ Commands

python manage.py update_products

Run tests

python manage.py test

Deployment

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages