Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.87 KB

File metadata and controls

38 lines (28 loc) · 1.87 KB

Player Card Genator Application

MIT LicenSe MIT LicenSe

#Demo Work Screenshots:

p1
MIT LicenSe

Player Card Genator Application using Django, Jinja2, HTML, CSS, Bootstrap and MySQL with user login and registration. This application has Django(Python framework) as backend, display data in frontend using jinja2 template language and HTML, CSS and Bootstrap for frontend. MySQL database is used as a production database and Sqlite3 is used for testing database. Player Card genaretor application genarates PUBG player stats in a fancy card. User can edit delete his player card when he was logged in and he has no access to another players player cards and backend search operation is available for easy access to player cards

#root Installations:

  • First install latest version of Python 3x
  • #create virtual Environments to run in different environments
  • Execute `py -m venv {{environment name}}`
  • #Installations for frontend:

    • In this project CDN links are used to reduce setup complexity. Added bootstrap CDN links to base.html to run bootstrap

    #Installations for backend:

  • First Install latest Python
  • Execute `pip install -r requirements.txt`