Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1003 Bytes

README.md

File metadata and controls

46 lines (39 loc) · 1003 Bytes

Evaluatortest

Evaluate answers line by line using Machine Learning in elegant material design website.

How to test the app.

Follow the steps below to start the development server on localhost. Install python3 if you haven't already python-virtualenv is also required.

  1. Create a virtual environment:
$ virtualenv -p python3 env
  1. Activate the virtual environment:
$ cd env
$ source bin/activate
  1. Clone this repo:
(env) $ git clone https://github.com/heerqaz/evaluatortest.git
  1. Install the requirements:
(env) $ pip3 install -r requirements.txt
  1. Run the migrations and collect staticfiles.
(env) $ cd evaluatortest
(env) $ python3 manage.py migrate
(env) $ python3 manage.py collectstatic
  1. Start the server:
(env) $ python3 manage.py runserver
  1. Open (http://localhost:8000/) in your web browser.
  2. Create a superuser :
(env) $ python manage.py createsuperuser
  1. Go to http://localhost:8000/admin to add questions.