-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcodemeta.json
More file actions
45 lines (45 loc) · 1.38 KB
/
Copy pathcodemeta.json
File metadata and controls
45 lines (45 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Car Rental System",
"description": "A comprehensive web-based Car Rental Database Management System facilitating seamless vehicle booking, fleet management, and administrative oversight. This project serves as a scholarly collection project for database management systems education.",
"identifier": "CAR-RENTAL-SYSTEM",
"license": "https://spdx.org/licenses/MIT.html",
"programmingLanguage": [
"PHP",
"MySQL",
"HTML",
"CSS",
"JavaScript"
],
"author": [
{
"@type": "Person",
"givenName": "Amey",
"familyName": "Thakur",
"id": "https://orcid.org/0000-0001-5644-1575",
"affiliation": {
"@type": "Organization",
"name": "Terna Engineering College"
}
}
],
"dateReleased": "2021-01-19",
"codeRepository": "https://github.com/Amey-Thakur/CAR-RENTAL-SYSTEM",
"developmentStatus": "complete",
"runtimePlatform": [
"Apache",
"MySQL",
"PHP 7.x"
],
"applicationCategory": "Educational Software",
"keywords": [
"Car Rental",
"PHP",
"MySQL",
"DBMS",
"Database Management",
"Web Application",
"Computer Engineering"
]
}