/google-form-clone

Clone of Google forms built using Django and Javascript

Primary LanguagePythonMIT LicenseMIT

Google Forms CLONE

Forked from:

Changes from original version:

  • Containerized the app with a database (PostgreSQL)
  • Replaced SQLite with PostgreSQL

Built using:

  • Python with Django framework and Jinja templating language
  • Vanilla Javascript

Getting started and Start Up:

  • Clone this repository or fork it
    • To clone this repository type git clone https://github.com/scarey9/google-form-clone.git on your command line
  • From the root directory : docker-compose up --build After start up your app will be available at: 'http://0.0.0.0:8000/'

License

Distributed under the MIT License. See LICENSE for more information.