Code Monkey home page Code Monkey logo

epicoverviewteam's Introduction

EpicOverviewTeam

Table of Contents

General Info

This project contains standard features that you expect when buying or putting up for sale a game account in the Epic Seven mobile game of the same name, such as creating and editing your game accounts, viewing all accounts available for purchase, getting up-to-date information on heroes and artifacts in your personal account.

Demonstration

Here is a demo version of the site

Features

  • Creating/editing game accounts
  • Displaying information about game accounts
  • Displaying information about heroes/artifacts
  • Calculating the rating and selecting the account status
  • Adding/removing custom user roles/statuses (for the admin)
  • Ability to assign roles/statuses to users (for the admin)
  • Ability loading of images of heroes/artifacts (for the admin)

To-Do

  • Improve the image loading system (for the admin)
  • Add rating system and user reviews

How to Run

  • Step 1: Make sure you have Python 3.8

  • Step 2: Install the requirements: pip install -r requirements.txt

  • Step 3: It is necessary to fill in the environment variables, namely:

    • EMAIL โ€” Email address from which the mailing will be carried out
    • PASSWORD - Password from the email address from which the mailing will be carried out
    • SECRET_KEY - Secret key for encrypting cookies
    • URL_SAFE - Secret key for secure URL serialization
    • ADMIN_EMAIL - Email address of the user who will be given superuser rights (can be the same as EMAIL)
    • ADMIN_PASSWORD - Account password on the site
  • Step 4: The use of Docker-compose is shown below. Pre-fill the environment variables mentioned above in Dockerfile and go to this app's directory.

    • docker-compose up --build epic-team-app

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

The project status

At the moment, the project is under development, but the main functions have already been added!

Source

The idea to write this site appeared after I saw a service for choosing characters. It was with minimal functionality, and therefore I wanted to write a similar project, but with more advanced functionality, and most importantly, make this service available to ordinary users.

License

GNU GENERAL PUBLIC LICENSE

epicoverviewteam's People

Contributors

cookisgood avatar

Watchers

 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.