- GraphQL/Postgres based TypeScript server
- Android client
- Vue.js based web client (You're here)
A web application for faculty to perform data entry, and for admins to manage database.
- Vineesh V (Backend/JavaScript developer)
- Sivaram S (Android developer)
- Siva Perumal K (Android developer)
- Roshan G Rahman (Vue.js developer)
- Vuetify Material Library
- vue-apollo for GraphQL
- Straightforward Sign In for faculty and administrator
- Adding Mark Entries: Staff can select their course and add marks for college related events for any number of students enrolled in that course.
- Easy download of data in CSV: The data for all records or currently selected records can be instantly downloaded as a CSV file that can be opened and edited using any Spreadsheet software.
- Adding data: Admin can add new student, course and faculty records.
- Viewing data: Data can be viewed elegantly thanks to Vuetify data table, fully sortable and searchable.
- You can try the deployed version here
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
Copyright 2019 Roshan G Rahman
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.