Skip to content

huongvu2312/bookmarkurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published