-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
35 lines (35 loc) · 1.07 KB
/
codemeta.json
File metadata and controls
35 lines (35 loc) · 1.07 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "RUBY-ON-RAILS-FRIENDSAPP",
"description": "A Ruby on Rails application for managing friend networks, featuring user authentication, CRUD operations, and a bootstrap-styled interface.",
"license": "https://opensource.org/licenses/MIT",
"codeRepository": "https://github.com/Amey-Thakur/RUBY-ON-RAILS-FRIENDSAPP",
"dateCreated": "2022-05-31",
"datePublished": "2022-05-31",
"author": [
{
"@type": "Person",
"givenName": "Amey",
"familyName": "Thakur",
"url": "https://github.com/Amey-Thakur"
},
{
"@type": "Person",
"givenName": "Mega",
"familyName": "Satish",
"url": "https://github.com/msatmod"
}
],
"programmingLanguage": [
"Ruby",
"HTML",
"CSS",
"JavaScript"
],
"runtimePlatform": [
"Ruby 3.3.10",
"Rails 7.0.8.7"
],
"operatingSystem": "Cross-platform"
}