Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustamovakrom/catalog_z
https://github.com/rustamovakrom/catalog_z
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustamovakrom/catalog_z
- Owner: RustamovAkrom
- Created: 2024-05-10T17:54:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T06:20:01.000Z (8 months ago)
- Last Synced: 2024-05-20T06:27:35.835Z (8 months ago)
- Language: JavaScript
- Size: 9.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
~~~