Giter Site home page Giter Site logo

universal-scouter's Introduction

Universal Scouter

This repository is the culmination of a half-semester long project for CIS 371 at GVSU. Deployment was done using Google services, and can be publicly reached at https://famous-mix-275004.ue.r.appspot.com/.

Architecture

The architecture of the application is a fully functional, full stack web app.

Shared

This small module contains contains a few model classes that improve consistency from the client and server. Because of the shared codebase, we can make complex queries easier, such as create tables on-the-fly.

Server

The server is a relatively simple Express.js/TypeScript API. All requests and steps to get to a response utilize the Promise() api. A unique, challenging part of the API was a route that creates a table on-the-fly based upon properties within a Schema.

Client

The client is a complex React.js/TypeScript web application built using the Material-UI framework. Application routing is done using React Router. Each view is responsible for making one if not several API calls using the Axios library. Upon receiving data from the API, it is converted into a model class outlined from the shared module.

Deployment

Deployment was done using Google's App Engine, and Google's Cloud SQL. Sidenote: You get $300 worth of free credits to use on Google's services! How convenient!

Getting Started

Universal scouter is divided into 3 separate projects. The model used is a basic client/server architecture with some shared codebase between the two projects. The stack is as follows:

  • MySQL - Google Cloud SQL Services
  • Express.js - Server/API
  • React.js - Client-Side Application
  • Node.js - Deployment platform

shared

The shared module must be taken care of first. Follow these steps:

  1. Install dependencies via npm install
  2. Run the test suite via npm test
  3. Build the application code via npm run build

client

The next module is responsible for the front-end portion of the project.

  1. Install dependencies via npm install
  2. Build the application code via npm run build

server

The last module is responsible for the back-end portion of the project.

  1. Install dependencies via npm install
  2. Build the application code via npm run build

universal-scouter's People

Contributors

kyle-flynn avatar

Watchers

 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.