An open API service indexing awesome lists of open source software.

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

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.