Skip to content

codekarsatvik/Red-green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red-green Game

forthebadge forthebadge forthebadge forthebadge forthebadge

Table of Contents

About the Project

Built With

  • HTML CSS JS
  • Bootstrap
  • Django

Back to Table of Contents

Getting Started

Prerequisites

  • HTML CSS JS
  • Python
  • Django

Installation

  • Backend

    pip install -r requirements.txt
    python manage.py makemigrations
    python manage.py migrate

Usage

  • To Create Super User

    python3 manage.py createsuperuser
  • To Runserver

    python3 manage.py runserver

Back to Table of Contents

Backend

  • Django

    Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It's free and open source.

    • Why Django ?
      • Ridiculously fast
      • Reassuringly secure
      • Exceedingly scalable
      • Incredibly versatile
      • Easy to Integrate with Python Libraries/Functions

Back to Table of Contents

Screenshots

alt text alt text alt text

Back to Table of Contents

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.