Giter Club home page Giter Club logo

software-engineering-project's Introduction

Online Cricket Tournaments Management System

Managing score-card of whole tournament with each player's performance is very difficult task to do manually. So we are digitalizing the whole process though our software.

We have created a web application using Django framework (which is high level python framework ) . we have used html, css, javascript for front end design. Pycharm Ide is used for the developing purpose.

The demo can be viewed with this link - Demo

Running on Local machine

  1. Make sure python 3.XX is used

  2. create virtual environment

     python -m venv cricky
    
  3. Activate virtual environment

     windows ->  ./cricky/Scripts/activate
     ubuntu ->   source  cricky/Scripts/activate
    
  4. clone the repo

     git clone https://github.com/siddeshlc8/Software-Engineering-Project.git
    
  5. Go to git directory

     cd Software-Engineering-Project
    
  6. Run pip install

     pip install -r requirements.txt
    
  7. Delete database sqilte3

     delete db.sqlite3 file
    
  8. Run migrate

     python manage.py migrate
    
  9. Run server

     python manage.py runserver
    
  10. Open Browser

    http://127.0.0.1:8000/
    

software-engineering-project's People

Contributors

shreyas-pandith avatar siddeshlc8 avatar

Stargazers

 avatar  avatar  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.