Giter Club home page Giter Club logo

wonde's Introduction

Luke.Wonde

This is a web application designed to use Wonde resources to get class and student information for a given employee.

How to set up

Valet is my preferred hosting method locally, but you can use whatever your preference is. For the sake of simplicity, I'll write these instructions to run the project using artisan serve

  1. Clone the repository
  2. Create your database
  3. Copy .env.example to .env
  4. Put your database credentials in your .env
  5. composer install
  6. php artisan migrate
  7. php artisan key:gen
  8. Fill in your SCHOOL_ID, BEARER_TOKEN and WONDE_API_URL in the .env file *
  9. yarn install
  10. yarn run dev
  11. php artisan serve

*Your WONDE_API_URL is https://api.wonde.com/v1.0. Naturally, this would normally be secret (even though it's public knowledge anyway via the api docs). But I'm giving the info away here for demonstration purposes.

At this point you need to register an account. You can use any email and name that you like, we will connect with our Wonde account afterwards.

Once you log in, you will be met with this homepage:

Screenshot 2022-08-26 at 08 38 10

You will need to grab the ID on an employee via the Wonde API. This would preferrably be an employee that has classes.

In a real life project I would probably have a seperate column handle this link, for example a secure_key column. But for the sake of this project, this is what I went with.

Screenshot 2022-08-26 at 08 30 02

The key you want is the ID in the picture above.

Copy and Paste that into the input field and click save.

Go to your classes.

If you have any questions about any of this at all, please feel free to shoot me an email or give me a call.

wonde's People

Contributors

luke-west 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.