Giter Club home page Giter Club logo

club-management-system's Introduction

ESD G3T2

ESD Project for AY22/23 Sem 2

Members: Atrayee Dutt, Bernice Teo, Bryan Lee, Ivan Yeo, Lim Xun Yi, Regine Tan

The CLUMSY application can only work when both the backend and the frontend are running

To start the backend

  • File directory: ESDGroup2/backend
  • Command line: docker-compose up
Docker Images Docker Containers
bernicesmu/event:1.0 event
bernicesmu/auth exco
bernicesmu/upload_signup:1.0 upload_signup-ms
bernicesmu/attendance:1.0 attendance
bernicesmu/generatetoken generatetoken
bernicesmu/amqplistener amqplistener-service
bernicesmu/clumsybot clumsybot-service
bernicesmu/springboot-studentservice student
mysql:latest telesqldb-service
mysql:latest mysql_db
mysql mysqldb
postgres:13 eventDb
bernicesmu/event:1.0 eventMigration

To start the frontend

  • File directory: ESDGroup2/frontend/main-app
  • Command line: npm run start

Accounts to login to CLUMSY

Email Password
[email protected] chicken123
[email protected] chicken123

Signing up for CLUMSY's Telegram Bot (@clumy_notibot)

  1. Ensure backend has been started and Notification service is running.
  2. Search @clumy_notibot on Telegram.
  3. Enter /start and follow bot's instructions.
  4. Key in a matriculation number that is available on the frontend pages.

Uploading a sign up sheet

Please use the Excel file Sign Up Sheet.xlsx located in ESDGroup2/frontend/main-app/src/assets to test out the upload sign up sheet feature in the Attendance UI.

Clearing Database

This is only applicable to services that uses volumes in docker to persist data through restarts.

  1. Ensure that the relevant containers have been deleted. Use docker-compose down.
  2. Go to volume tab inside Docker Desktop and locate the relevant volumes. Delete those volumes.
  3. Additionally, ensure that restart: always is set on the service tied with the deleted volume / database. This is to prevent instances where docker takes longer to initialize the db and your service is unable to connect to it.

Notes

The credentials for the AMQP and Telegram Bot set up are not included in this GitHub repository for security reasons.

club-management-system's People

Contributors

bernicesmu avatar peek00 avatar regineshalom avatar igrishaev avatar ivanywq avatar bryanleezh avatar boopyschloopy 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.