Giter VIP home page Giter VIP logo

southerncaliforniarailwaysystem's Introduction

CPSC 531 Semester Project

Southern California Railway System

About

The Southern California Railway System is a full stack application that manages passengers, trains, and the employees. Passengers can manage their account, purchase tickets, and view their purchased tickets. The employees can view passengers tickets, change train schedules, and view the employee schedules. This system uses a relational database, html, css, and javascript. The relational database consists of 9 tables each in relation by one to many or one to one. There are connector relations that use the foreign keys which are primary keys in the main relations.

Features

  • Uses NodeJS for backend API calls and utilizes Express application layer.
  • Designs, implements, and inserts into a RDBMS design.
  • Uses HTML, CSS, JavaScript, Bootstrap for front-end web development.
  • All pages makes successful query calls to the DB and display the results
  • Easy to understand code with easy bug-fixes capacity.

Execution

  • Put git clone <repo url> in command line.
  • Go into /server/index.js and update #20 - #24 for db credentials.
  • Turn on mysql service hosting.
  • Create a new DB using phpmyadmin and use /server/CPSC531_RailwayDB.sql to import DB design and relations.
  • cd into /server/ directory and put npm install && npm start.
  • Host client folder using any live server and test it out.

Future Roadmap

  • Implement safer user authentication system, potentially using passport js.
  • Implement transcations using protected concurrency control libraries.
  • Create and utilize cookies for efficient and optimal session handling.
  • Use maps to show schedule for trains.
  • Improve User Interface to be more friendly.

Contributors

southerncaliforniarailwaysystem's People

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.