You are browsing as a guest. Sign up (or log in) to start making projects!

School Management System

  • 2 Devlogs
  • 2 Total hours

A smart python based system that allows to manage school smartly including attendance, exams and student data.

Open comments for this post

41m 8s logged

DevLog 2: Adding and Getting Students

I have built 3 endpoints:

  • GET /students: Get the full list of students with their details from database.
  • POST /students: Allows to add a student to database .
  • GET /students/{scholar_number}: Allows to get the details of that specific student.

Scholar numbers are auto assigned: I coded it to get the latest scholar number from database and then add +1 to it and assign that for the details provided.

I have not added any authorisation, as this is just a learning project and may add later, before shipping I guess.

0
0
35
Open comments for this post

56m 15s logged

DevLog 1: Basics cleared and Learning started

I have started working on a new project that is School Management System. The basic setup is completed using Python FastAPI and MongoDB.

In this devlog, only testing and learning is done so no such update. Real development starts from today.

0
0
7

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…