A web application to save your url bookmark.
-
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.
- Django Framework
- Vue.js Framework
- SQLite
- 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)
This project is licensed under the MIT License.