https://github.com/sandip-sadhukhan/devlinks
Share your links with the world
https://github.com/sandip-sadhukhan/devlinks
bootstrap5 django htmx
Last synced: 2 months ago
JSON representation
Share your links with the world
- Host: GitHub
- URL: https://github.com/sandip-sadhukhan/devlinks
- Owner: sandip-sadhukhan
- Created: 2024-05-11T15:50:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T14:25:30.000Z (about 1 year ago)
- Last Synced: 2024-05-20T12:54:13.831Z (about 1 year ago)
- Topics: bootstrap5, django, htmx
- Language: Python
- Homepage: https://devlinks.sandipsadhukhan.com/
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run this application on localhost
1. Clone the repo
1. Rename `.env.default` file to `.env`.
1. Run `npm run sass:build`
1. Create a virtual env and activate it.
1. Run `python manage.py migrate`
1. Run `python manage.py runserver`
1. Open http://localhost:8000 in your browser.NOTE: By default this will use sqlite3 database, but you can modify `.env` file to use mysql.