Dominic2000code / bookmarks-d4bye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookmarks

An image bookmarking site

Getting Started

python version 3.11.0

git clone https://github.com/Dominic2000code/bookmarks-d4bye.git

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver
  • use this command to simulate https
python manage.py runserver_plus --cert-file cert.crt

The site will be available at http://127.0.0.1:8000/

About


Languages

Language:Python 55.4%Language:HTML 30.9%Language:CSS 9.6%Language:JavaScript 4.0%