Skip to content

Kaniizs/ku-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KU Polls

Test-KU-Polls codecov

Online Polls And Surveys

An application for conducting online polls and surveys based on the Django Tutorial project, with additional features.

App created as part of the Individual Software Process course at Kasetsart University.

How to Install and Run

  • Clone a repository into your location.

    git clone https://github.com/oMojiko/ku-polls.git ku-polls
    
  • Go to directory of the project

    cd ku-polls
    
  • Create the virtual environment.

    python -m venv env
    
  • Activate the virtual environment.

    • For windows.
      env\Scripts\activate
      
    • For MAC OS and Linux.
      source venv/bin/activate
      
  • Install a requirements package by using.

    pip install -r requirements.txt
    
  • Run the development server using.

    python manage.py runserver
    
  • Go to the following url.

    http://localhost:8000/polls/
    

Demo user

Username Password
Mojy Testing235
Test2 Nowtesting212

Project Documents

All project documents are in the Project Wiki.

iteration plan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published