Code Monkey home page Code Monkey logo

easy-conference-system's Introduction

Easy Conference System

This was created as apart of our final project before graduation. The project owner, Easy-Conferece wanted to make conference scheduling easier during the time of Covid-19 as their current process was manually data entry within an spreadsheet. We proposed an online system that would handle nominations for topics for different conferences and allow staff to easily see instant viewing of data within areas of the system.

Access Easy Conference System

Example accounts for access:

Access the portfolio piece about the project

Technologies

The project utilised a variety of technologies and frameworks for all parts of the project. Our front end, website, was built using pure vanilla HTML, CSS, Javascript. User authentication was handled by using the Firebase API on our website.

The back end was written in Typescript and was built as an REST API that ran on NodeJS inside cloud functions hosted in Firebase. By doing so, we created a server less backend that would only run as needed via calls to our endpoints which would save on running costs. Our API is secured using bearer auth tokens that as http requests are made, the middleware will reject any requests with missing or invalid Firebase Auth tokens.

For our Database layer, we used MySQL running on Google Cloud SQL which was interacted with via TypeORM, our ORM library of choice, to make interactions easier and enabled an easier modelling of objects.

  • Back end
    • MySQL running inside Google Cloud SQL
    • TypeORM - object-relational mapping library
    • Express - middleware library
    • TypeScript and NodeJS
    • Firebase Admin SDK
  • Front end
    • HTML
    • CSS
    • Javascript
    • Bootstrap

easy-conference-system's People

Contributors

kohdepitcher avatar mikaelamaskell avatar wolfoffutility 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.