Skip to content

sandip-sadhukhan/devlinks

Repository files navigation

How to run this application on localhost

  1. Clone the repo
  2. Rename .env.default file to .env.
  3. Run npm run sass:build
  4. Create a virtual env and activate it.
  5. Run python manage.py migrate
  6. Run python manage.py runserver
  7. Open http://localhost:8000 in your browser.

NOTE: By default this will use sqlite3 database, but you can modify .env file to use mysql.