CAMS Documentation

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

COLLEGE ADMISSION MANAGEMENT

Open Lab Project

S.No Name Roll No.

1 Akshaya A CB.EN.U4CSE17401

2 Divya Rathi CB.EN.U4CSE17416

3 Gayathri E CB.EN.U4CSE17420

4 Kaviya S CB.EN.U4CSE17429

5 Nivedha W B CB.EN.U4CSE17444

1
INTRODUCTION

Traditional college admission is a hectic process, which involves students visiting


off-site campus, taking application, filling it, and then the submission is another
hectic story. On the day of admission, the flow of candidates is very high and it
requires both manual processing and record-keeping at the same time that makes
the process lengthy and difficult to keep track of the admission status of a candidate
in multiple departments. This college admission management system helps to make
the admission process much easier and helps in maintaining a database in an
efficient way. As of now, CAMS is considered an institution of its own, not a general
admission management system. A student can apply for admission once logged in.
A student can also read about the college and view its details without even logging
in. Status of admission is shown in the Student Dashboard and a student can only
apply once. Firebase is used as the database for this flask-based web application.

2
SCREENSHOTS

USER VIEW

3
4
5
6
ADMIN VIEW

7
8
Code snippets :

9
10
11
Database:

{'Cutoff':
{'Chemical Engineering':
{'Current': 680,
'Previous': 680,
'TwoYearsPrev': 615},
'Civil Engineering':
{'Current': 728,
'Previous': 700,
'TwoYearsPrev': 750},
'Computer Science and Engineering':
{'Current': 940,
'Previous': 948,
'TwoYearsPrev': 924},
'Electrical and Electronic Engineering':
{'Current': 860,
'Previous': 845,
'TwoYearsPrev': 850},
'Electronics and Communications Engineering':
{'Current': 910,
'Previous': 890,
'TwoYearsPrev': 890}},
'application':
{'CAMS0001':
{'12thPercentage': '98',
'BranchChosen': 'Computer Science and Engineering',
'EmailId': 'divya@gmail.com',
'Name': 'Divya Rathi',
'Status': 'Accepted'},
'CAMS0003':
{'12thPercentage': '97',
'BranchChosen': 'Civil Engineering',
'EmailId': 'kaviya@gmail.com',
'Name': 'Kaviya S',
'Status': 'Rejected'},
'CAMS0007':
{'12thPercentage': '88',
'BranchChosen': 'Electrical and Electronic Engineering',
'EmailId': 'camstud@gmail.com',
'Name': 'Cams User'}},
'credentials':
{'CAMS0000':
{'EmailId': 'admin@gmail.com',

12
'Password': 'admin@123'},
'CAMS0001':
{'EmailId': 'divya@gmail.com',
'Password': 'thick'},
'CAMS0002':
{'EmailId': 'akku@gmail.com',
'Password': 'akshaya'},
'CAMS0003':
{'EmailId': 'kaviya@gmail.com',
'Password': 'senthil'},
'CAMS0004':
{'EmailId': 'egayu3@gmail.com',
'Password': 'gayu'},
'CAMS0005':
{'EmailId': 'nive@gmail.com',
'Password': 'nivedha'},
'CAMS0006':
{'EmailId': 'test@gmail.com',
'Password': 'test'},
'CAMS0007':
{'EmailId': 'camstud@gmail.com',
'Password': 'cams@123'}}}

THANK YOU..!!

13

You might also like