Giter Site home page Giter Site logo

ictak-sportify's Introduction

SPORTIFY - A School Sport Events Management System

This is a full stack application, built using Angular, Node.js, Express.js and MongoDB. It has three end users:

  1. Administrator/Organiser: The organiser is responsible for organising sports events. He/She can add events, and can see house-wise participants with their respective events.
  2. House Captains: There are house captains for each house: Red, Green, Blue and Yellow. Each house captain can see the students registered for events from his/her respective house. The house captain has the privilege of removing a student from an event, as students can register for multiple events.
  3. Students: The students can register themselves onto the app with their respective houses, and can register for available events. The student can also withdraw from an event as per needs, and cannot register for the same event twice.

The application uses JWT (JSON Web Tokens) for authentication, and also has route guards in place to ensure that unauthorized access to certain pages is avoided. The credentials for house captains are assumed to be given to them by the organisers.

Steps to run the application

  1. Download or clone the application.
  2. Navigate to the Sportifybackend folder, run "npm install" to install node modules and run "node index.js" command to run the backend.
  3. Navigate to the SportifyFrontend folder, run "npm install" to install node modules and run "ng serve" command to serve the frontend.
  4. "localhost:4200" will run the project on the browser.

The demo to the application is given below:

Sportify.1.mp4

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.