Code Monkey home page Code Monkey logo

roadtest-scheduler's Introduction

HackUTD : Find Available Driving Test Appointment

This project helps reminder the users when there are personalized available space for their driving test in College Town of TAMU.

Required Environment

  1. Firefox Browser
  2. Ruby on Rails
  3. Ruby(4.2.2)
  4. Python

How to setup the App

downlowad the code

Open the terminal:

Clone the repo:

$git clone https://github.com/njuyangyang/sample_app-1.git ~/sample_app

Change directory:

$cd ~/sample_app

Set the front-end environment

Installing Rails with a specific version number:

gem install rails -v 4.2.2

install the gems using:

$bundle install โ€”-without production

migrate the database:

$ bundle exec rake db:migrate

run the local web server:

$rails s

terminal

Now the application should be available on the local server:

http://localhost:3000

UI1

Click the button:Get Started Now!

UI2

Enter Your Information: Your name, Your email, and the expected date you want to take the driving license test(According to the website of DPS, you can only input the date 90 days from now) And then click create

email

Start the back-end

Change directory:

$cd ~/sample_app/db

execute the controller.py:

$python controller.py

Top structure of Database

DateBase

DB1

Availibility Table

DB2

Tips

warnning

  1. You will receive a notification only if your expecting date is available. For test purpose, You should check the available date in DPS website or our datebase before you type in your information.
  2. so far, this application is used for Byran DPS only.

DPS

declaration

  1. To obey the rules, we declare that the Front end UI framework is create several days ago, which we used in another project.

software structure

Finally, we give you the software structure of our App.

Software

roadtest-scheduler's People

Contributors

njuyangyang avatar shenjiachen avatar

Stargazers

Myron avatar

Watchers

James Cloos avatar Myron avatar  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.