#Journal on MsSql by ZejnoVĀ® Console application to keep a journal
- Journal for course, giving you ability to:
- Add student to list in journal
- Add course to journal
- Modify student and course data in any time
- Sign student in and out of the course
- Switch between created courses
- Check attendnace in selected course
- Check homework in selected course
- Print active course report
- Export generated report to Json file
- Download
- NuGet EntityFramework need to be installed
- MsSql Server Required
- and F5 :)
/add - Add new student
/create - Create new course
/update - Update course data
/signin - Sign in student to course
/signout - Sign out student from course
/updatestudent - Update student data
/change - Change active course
/addday - Check attendance for active course
/addhome - Add homework to active course
/print - PRINTING COURSE REPORT
/clear - clear your console
/exit - exit program
/help - prints help menu :)