Git Product home page Git Product logo

checkmate2019's Introduction

BITS-ACM Checkmate 2019

Please follow the following steps for setting up the django app :

( Note : The following method works if you are using this on ubuntu.)

  1. Clone the repository using the following command in terminal :
    git clone https://github.com/sharifa2708/Checkmate2019.git
  2. Navigate inside the directory which has manage.py using the following command :
    cd Checkmate2019/Checkmate2019
  3. Activate virtual environment using the following command :
    source checkmate-env/bin/activate
  4. Apply migrations and create a database(db.sqlite3) using following command :
    python3 manage.py makemigrations && python3 manage.py migrate
  5. Run the server using the following command :
    python3 manage.py runserver
  6. To start with the main game, go to the following url in your browser :
    http://localhost:8000/game

If you want to use this django app on windows or if the step 3 above is not working on ubuntu then instead of the step 3 written above for ubuntu do the following step and follow all other steps as it is. ย  Use your custom virtual environment or you can also use the global packages. Here are the steps for using global packages :
First confirm if you have python-3 and pip installed . If you have these installed then use cd.. twice and use the command pip3 install -r requirements.txt . This will install the required packages. Type the command cd Checkmate2019/Checkmate2019 . Now you can continue from step 4 written for ubuntu.

checkmate2019's People

Contributors

ashryaagr avatar dush-t avatar siddhantkhandelwal avatar sharifa2708 avatar saujas avatar gateway2745 avatar ritikgarg07 avatar sidkhwl avatar

Watchers

James Cloos 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.