Quick Start Tutorial
This tutorial walks you through creating your first student record and enrolling them in a class.
Prerequisites​
- You've completed the Installation Guide
- Both frontend and backend servers are running
- You're logged in as an admin
Step 1: Access the Admin Dashboard​
- Navigate to
http://localhost:3000 - Log in with admin credentials:
- Email:
admin@school.com - Password:
password
- Email:
- You should see the admin dashboard
Step 2: Create a Student​
- Click "Students" in the sidebar
- Click "Add New Student" button
- Fill in the student information:
- First Name: John
- Last Name: Doe
- Date of Birth: 2010-05-15
- Email: john.doe@student.com
- Grade Level: 9
- Click "Save"
Step 3: Enroll Student in a Class​
- Go to "Classes" in the sidebar
- Select a class (e.g., "Mathematics Grade 9")
- Click "Enroll Students"
- Search for "John Doe"
- Click "Enroll"
Step 4: View Student Profile​
- Go back to "Students"
- Click on "John Doe"
- You should see:
- Student information
- Enrolled classes
- Attendance record
- Grades (if any)
What's Next?​
- User Guide - Learn about all features
- API Documentation - Build integrations
- Developer Guide - Contribute to the project
Common Tasks​
Adding a Teacher​
- Navigate to "Teachers"
- Click "Add New Teacher"
- Fill in teacher details
- Assign subjects
Creating a Class​
- Go to "Classes"
- Click "Create New Class"
- Set class name, subject, and schedule
- Assign a teacher
Recording Attendance​
- Go to "Attendance"
- Select a class
- Select date
- Mark students as present/absent
- Save
Need Help?​
If you encounter any issues:
- Check the Troubleshooting Guide
- View the API Documentation
- Open an issue on GitHub