Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 540 Bytes

FIND-Z

Technology Stack:

  • Django (Backend)
  • HTML, CSS, JavaScript (Frontend)

Some instruction to build & run the project:

  1. Install pipenv pip install pipenv
  2. Start pipenv shell pipenv shell
  3. Install dependencies pipenv install
  4. Migrate Database python manage.py migrate
  5. Run the Dev Server python manage.py runserver

N.B. You must have env.py file in the project root folder. Rename env-sample.py file to env.py and fill those variables with your system values to run the project properly