This project was built during my final year. We planned to use an android application from where student can check his attendance throughout specific month. In this i have built this api to get the student data.
-
Rename the .env_sample file named to .env
-
Set the
CONN_STRINGto your database url, inside the .env fileCONN_STRING = YOUR_DATABASE_CONNECTION_STRING
-
Also check the sql statements and table names might be different in case of yours
-
Chose any of the hosting platform (heroku/glitch/railway/digitalocean), before deployement make necessary changes according to platform
Android Application Attendance Report Viewer Here is our Android Application link.
You can get the API Here Railway API, after the url add your table name and other credentials like attendanceapi-production.up.railway.app/attendance/1/05/23, like this request will give a json response of student id 1, in the month of May(05),2023
Note that unless the server is running you can't get the data in application as well as response header