Code Monkey home page Code Monkey logo

bookmarkr's Introduction

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

bookmarkr's People

Contributors

jluria avatar

Stargazers

Dylan Rhuth avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.