Giter VIP home page Giter VIP logo

jtbry / warframedropfinder Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 7.89 MB

A web application providing a searchable online database of tradable and craftable items in Warframe

Home Page: https://wfdf.netlify.app/

License: MIT License

Dockerfile 2.09% JavaScript 0.38% HTML 2.13% CSS 1.02% Shell 0.25% C# 36.96% TypeScript 57.16%
warframe warframe-items reactjs webapp asp-net-core docker dotnet dotnet-core react typescript

warframedropfinder's Introduction

Waframe Drop Finder

WarframeDropFinder is an open-source web app to research Warframe items and learn the information necessary to farm them.

Run this app locally

To run this app locally you can use docker-compose.

  • Clone the repository: (git clone https://github.com/jtbry/WarframeDropFinder)
  • Run the build.sh script in the root directory (./build.sh)
  • Run docker-compose up.
  • Visit localhost for the front-end and localhost:8080 for the back-end

To run this app locally without docker (i.e for development) you can use the language appropriate commands

  • cd ./src/Wfdf.Api && dotnet run for the REST API
  • cd ./src/client && npm run start for the React app
  • cd ./src/Wfdf.DataFetcher && dotnet run for the DataFetcher. You must use docker, or an ofelia binary on your local machine, to run the datafetcher on a schedule. Also, you may use the --force flag when running the datafetcher to force an update regardless of commit sha.
  • Make sure you have an accessible MongoDB instance running and have the ConnectionString set in the Api and DataFetcher
  • Make sure you have an accessible Redis instance running and have the ConnectionString set in the Api

Deploying this app to a production environment will not be covered here, the deployment scripts will only work if your local machine has all the appropriate tools already installed and configured.

Credits


License

Warframe Drop Finder is Licensed with the MIT License

warframedropfinder's People

Contributors

dependabot[bot] avatar jtbry avatar

Watchers

 avatar

warframedropfinder's Issues

⚒ Major refactor

Have a cleaner restful application for the API
Add exceptions and exception handling
Convert to using ActionResults and returning appropriate status codes
Rename controllers and endpoints where needed
Better logging
Follow Microsoft best practice conventions for C#
Make code testable
Match all back-end changes in front-end

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.