Git Product home page Git Product logo

edhtop16-v2's Introduction

๐Ÿš€ Our Site is Live! https://www.edhtop16.com ๐Ÿš€

โšก Our team of developers are still working hard to push out new features!

๐ŸŒธ cEDH Top 16 ๐ŸŒธ

Website for aggregating cEDH tournament data

How to Contribute

After cloning this repository, contact Jason for instructions on building the database. Becasue we rely on external APIs, our database update scripts don't work as-is. We're working on a script to pull from the EDHTop16 main database.

Running using Docker

Docker is a simpler way of running and managing the application stack. To get this working:

  • Install Docker Desktop on your system.
  • Run docker-compose up to stand up the backend and mongodb instance.
  • Run the frontend using the instructions below.

Alternatively, if you wish to simply run the database, run docker-compose up -d mongodb.

Automatic seeding of the database has not yet been implemented - to seed the database from a zip file, you can do the following:

  • Unzip the seed folder
  • Run docker cp path_to_seed_folder/ mongodb:/root/mongo_seed
  • Run docker-compose exec -T mongodb mongorestore -d cedhtop16 /root/mongo_seed/cedhtop16

Running without Docker

Start Backend

server/

cd ./server/
pip install -r ./requirements.txt
uvicorn main:app --reload

Start Frontend

client/

cd ./client/
npm install
npm run dev

When submitting pull requests, please inform us if you've added any new packages and update the corresponding package lock files.

โŒจ๏ธ Special Thanks:

Made possible by @znayer and the Eminence Team

edhtop16-v2's People

Contributors

jasonqiu21 avatar g00gol avatar znayer avatar rrdelaney avatar doomdg avatar danmudd 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.