Visdor App

Table of Contents

Overview

screenshot

Built With

  • HTML
  • CSS
  • JS
  • Django

How To Use

To clone and run this application, you'll need Git

# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name

# Install dependencies
> python -m venv env
> env/Scripts/activate
> pip install -r requirements.txt
> python manage.py migrate

# Run the app
> python manage.py runserver

Acknowledgements

  • Don't forget to add .env file (secret key and debug)

Contact