Frontend web app for the admins to perform CRUD operations on the ACM Connect database.
Uses axios for fetching and sending data to the server
- Fetches data every time a new user clicks the link
- An option to manually set the next upper limit
- Admins can update/change the invite links
- Admins can manually close the group to prevent new entries
- Updates the current count of members present in the group
- A feature to add new groups
To setup project locally, fork the repository.
# Install Packages
npm i
# Build Script
npm run build
# Run the server
npm start
Contributors: Ananya Grover, Likhit Ajeesh, Pranav Desai, Shreyas k, Yash Kumar Verma