Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.33 KB

Bookmark URL License

A web application to save your url bookmark.

Getting Started

Prerequisites

Deploying

  • Start the source environment with:

    source [your_absolute_path]/environment_3_11_2/bin/activate

  • In the backend direction, run the command to start server:

    python3 manage.py runserve

    Open http://127.0.0.1:8000/admin to view the admin panel in the browser.

    Open http://127.0.0.1:8000/api/v1/ to view the DRF API in the browser.

  • In the frontend directory, run the command to start server:

    npm run serve

    Open http://localhost:8080 to view the web application in the browser.

Build with

  • Django Framework
  • Vue.js Framework
  • SQLite

Feature

  • Authentication (login, signup)
  • Homepage: list of top 5 newest bookmarks and top 5 most used bookmarks
  • Bookmark (CRUD)
  • Category (CRUD)
  • My account (update username, email and password)

Live demo

Bookmark URL GIF

License

This project is licensed under the MIT License.