jluria / bookmarkr

An app to create lists of bookmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookmarkr


An app to create lists of web bookmarks

Getting set up

  1. In your terminal, navigate to the directory you would like the app to live in
  2. Still in your terminal, execute the code git clone https://github.com/jluria/bookmarkr.git to clone this repository
  3. cd into that directory and create your virtual environment using virtualenv
  • If you don't have virtualenv, you can install it via pip
  • Many people call their virtual environment directory env
  1. Activate your virtual environment by running source env/bin/activate
  2. Run the command pip install django to install Django
  3. Run the command python manage.py migrate to migrate the existing migrations and create the database
  4. Run the command python manage.py runserver to run the local webserver
  5. Run the command python manage.py createsuperuser and follow the prompts to create an admin login
  6. Open a browser and navigate the localhost:8000/admin to log in to the admin site and create a public account user
  7. Navigate to localhost:8000/ and log in to begin using the app!

Assumptions made in the design choices

About

An app to create lists of bookmarks


Languages

Language:Python 100.0%