{"id":22945162,"url":"https://github.com/danilomeneghel/vuejs-python-django","last_synced_at":"2026-04-07T16:32:14.597Z","repository":{"id":43250253,"uuid":"158601400","full_name":"danilomeneghel/vuejs-python-django","owner":"danilomeneghel","description":"Project in Python with Django and VueJS","archived":false,"fork":false,"pushed_at":"2022-11-22T04:45:42.000Z","size":1057,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T19:58:46.104Z","etag":null,"topics":["bootstrap","css","django","jquery","python","restful","sqlite","vuejs"],"latest_commit_sha":null,"homepage":"https://vuejs-python-django.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danilomeneghel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-21T20:15:36.000Z","updated_at":"2022-05-12T12:46:04.000Z","dependencies_parsed_at":"2023-01-23T00:01:08.282Z","dependency_job_id":null,"html_url":"https://github.com/danilomeneghel/vuejs-python-django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danilomeneghel/vuejs-python-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fvuejs-python-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fvuejs-python-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fvuejs-python-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fvuejs-python-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danilomeneghel","download_url":"https://codeload.github.com/danilomeneghel/vuejs-python-django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danilomeneghel%2Fvuejs-python-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","django","jquery","python","restful","sqlite","vuejs"],"created_at":"2024-12-14T14:29:54.597Z","updated_at":"2026-04-07T16:32:14.567Z","avatar_url":"https://github.com/danilomeneghel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Products\n\nProject of an products registration using Python with Django and VueJS.\n\n## Features\n\n- CRUD\n- Active Record\n- API RestFul\n- Login\n- Search\n- Paginate\n- Routes\n- Migrate\n- Responsive\n\n## Requirements\n\n- Python \u003e= 3.7.0\n- Django \u003e= 2.1.2\n- PIP \u003e= 18.0\n\n## Tecnologies\n\n- Python\n- Django\n- CSS and SCSS\n- Jquery\n- VueJS\n- Bootstrap\n- SQLite\n\n## Installation\n\n```\n$ git clone https://github.com/danilomeneghel/vuejs-python-django.git\n\n$ cd vuejs-python-django\n```\n\nDownload and install Python 3: \n\nhttps://www.python.org/downloads/\n\nPS: Set the environment variable pointing to the path of the Python installation.\n\n\nDownload and install PIP:\n\nhttps://pip.pypa.io/en/stable/installing/\n\n```\n$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n$ python get-pip.py\n$ python -m pip install -U pip\n```\n\nThen install the requirements of the 'requirements.txt' file:\n\n```\n$ pip install -r requirements.txt\n```\n\nAfter everything is done, migrate database and run the project:\n\n```\n$ python manage.py migrate\n$ python manage.py runserver\n```\n\nFinally, open the project in your browser: \n\nhttp://localhost:8000/\n\n## Create new modules\n\n```\n$ python manage.py startapp name_module\n```\n\n## Create new migration (database table)\n\n```\n$ python manage.py makemigrations\n```\n\n## Routes\n\n```\n$ python manage.py show_urls\n```\n\n## Demonstration\n\nYou can see the system working by clicking the link below:\u003cbr\u003e\nhttps://vuejs-python-django.herokuapp.com\n\n- Login:\n    - Username: admin\n    - Password: admin\n\n## API REST\n\nEndpoint Products:\u003cbr\u003e\nhttp://localhost:8000/api/product\n\n## License\n\nThis project is licensed under \u003ca href=\"LICENSE\"\u003eThe MIT License (MIT)\u003c/a\u003e.\n\n## Screenshots\n\n![Screenshots](screenshots/screenshot01.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot02.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot03.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot04.png)\u003cbr\u003e\u003cbr\u003e\n![Screenshots](screenshots/screenshot05.png)\u003cbr\u003e\u003cbr\u003e\n\n\nDeveloped by\u003cbr\u003e\nDanilo Meneghel\u003cbr\u003e\ndanilo.meneghel@gmail.com\u003cbr\u003e\nhttp://danilomeneghel.github.io/\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fvuejs-python-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilomeneghel%2Fvuejs-python-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilomeneghel%2Fvuejs-python-django/lists"}