TEH_challenge

  • accept applicants
  • persist applicant info to db
  • display all registered applicants

Requirements and Installation

Via Cloning The Repository

# Clone the app
git clone https://github.com/vic3king/TEH_challenge.git

# Switch to directory
cd TEH_challenge

# Run migrations
python manage.py migrate


#Start the application
python manage.py runserver