Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 2.3 KB

README.md

File metadata and controls

49 lines (42 loc) · 2.3 KB

AIRSOFT4OHIO



This is a website that allows the good folks of Ohio to gather and talk all things Airsoft.



THE GOAL OF THIS SITE:


  • Provide a forum for Airsofters in Ohio
  • Plan & Schedule Events
  • RSVP for events
  • View information about Airsoft fields in Ohio
  • Allow users to list Airsoft gear for sell. Payment processing and transactions will be handled by the users, this site will not process any form of payment.
  • Hook into Discord, webhooks to post notifications about event's, also allow users to RSVP from Discord
  • Real time chat

Main technologies this project uses:

  • Node JS: Server side Runtime environment for JavaScript
  • Express: Framework used to build out the API
  • Vue JS: Frontend JavaScript Framework
  • MySQL: Backend Database

Other Libraries / Frameworks:

  • Bootstrap: Easy to use CSS Framework
  • Socket IO: Enables bi-directional client/server communication for real time updates/notifications (WebSockets)