Skip to content

Prybrt06/Attender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published