Coder Social home page Coder Social logo

clubelectionportal's Introduction

Instructions for running this project

This application has been developed using Visual Studio’s Python Support.

Requirements for this Project:

  1. Visual Studio Community edition 2019.
  2. Python support in Visual Studio

Steps for Installation

If you do not have visual studio installed before hand, follow these steps:

  1. Download visual studio community edition from here: Visual Studio Installation If python support is not configured:
  2. Open Visual Studio
  3. Under Tools dropdown, click on ‘Get tools and features’ to open the Visual Studio Installer.
  4. The installer presents you with a list of workloads, which are groups of related options for specific development areas. For Python, select the Python development workload and select Install:

alt text

Steps for Running the Project

  1. Download the zip file from Github.
  2. Open the solution (.sln) file in Visual Studio.
  3. Before running the project, use the script provided in the repository to create the [Club Elections] database on MS-SQL server.
  4. Open the file views.py from solution explorer and change the conx string variable and set the name of your local server in place of the server written. Change the following:
conx_string = "driver={SQL SERVER}; server=DESKTOP-E9RIB71\SQLEXPRESS; database=Club Elections; trusted_connection=YES;"

to

conx_string = "driver={SQL SERVER}; server={Your Server on SSMS}; database=Club Elections; trusted_connection=YES;"
  1. Save the file and click on the run Web Server button to run the project.

clubelectionportal's People

Contributors

adnan-asif avatar batool-ahmed avatar fizza-rubab avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.