Skip to content

anuj6299/Instacaller

Repository files navigation

Backend of Truecaller kinda app!

Prerequisite

Python 3.11.0

Project Specifications

Framework - Django 5.0.6
Database - sqlite

How to run project?

  1. Download project
  2. Create .env file, if not present, in directory - (BASE_DIRECTORY/instacaller) and add env variables in it from .env_example. Set env variables accordingly while releasing to production.
  3. (Recommended but not mandatory) Create virtual invironment

pipenv shell # or via any other method

  1. Install dependencies (make sure you are in currect directory which is base directory)

pip install -r requirements.txt

  1. (Optional) - Create super user for django admin

python manage.py createsuperuser

  1. Run migrations

python manage.py migrate

  1. Run server

python manage.py runserver

Packages

No packages published

Languages