Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rustamovakrom/catalog_z


https://github.com/rustamovakrom/catalog_z

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Catalog_Z
![img](https://github.com/RustamovAkrom/Catalog_Z/blob/main/logo.jpg?raw=true)

## Created in Django

## Run Worker Celery
### - Ubuntu or Linux
+ pleace install redis in Ubuntu on Linux
~~~
sudo service redis-server start
~~~

~~~
celery -A config worker -l INFO
~~~

## Run project:
- CMD
~~~
python -m venv env
~~~

~~~
- windows: env\Scripts\activate | - linux: source env/bin/activate
~~~

~~~
pip install -r requirements.txt
~~~

~~~
python manage.py runserver
~~~

---
# Menu:
+ ### [Photos](http://127.0.0.1:8000/photos/) ๐Ÿ“ท
+ ### [Videos](http://127.0.0.1:8000/videos/) ๐Ÿ“ฝ๏ธ
+ ### [About](http://127.0.0.1:8000/photos/about/) ๐Ÿงพ
+ ### [Contact](http://127.0.0.1:8000/photos/contact/) ๐Ÿ“ž

## Runing for Docker
~~~
dokcer build . -t catalog_z:latest
~~~
~~~
docker run -p 8000:8000 catalog_z:latest
~~~