Prybrt06 / Attender

Attendence Management app using flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attender Project

Attender is a flutter app which can be used by the student of any college to maintain their attendance record efficiently.

Prerequisites

Before running the project, you'll need to have the following installed on your machine:

  • Node.js and npm
  • Flutter SDK
  • Git

Getting Started

Follow the steps below to get the project up and running:

Clone the Repository

git clone https://github.com/your-username/attender.git
cd attender

Backend Setup

  1. Navigate to the backend directory:
cd backend
  1. Install the dependencies:
npm install
  1. Run the backend server:
npm run dev

The backend server should now be up and running on a specified port (usually 4000).

Frontend Setup

  1. Navigate to the frontend directory:
cd ../frontend
  1. Install the Flutter dependencies:
flutter pub get
  1. Connect a mobile device (iOS/Android) to your development machine or use an emulator/simulator.

  2. Run the app:

flutter run

About

Attendence Management app using flutter


Languages

Language:Dart 45.4%Language:C++ 25.3%Language:CMake 20.9%Language:Ruby 3.0%Language:HTML 2.1%Language:C 1.6%Language:Swift 1.4%Language:Kotlin 0.1%Language:Objective-C 0.0%