You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
813 B
JSON
34 lines
813 B
JSON
1 year ago
|
{
|
||
|
"_id": "601ccbe89bcd482ee8fa2c99",
|
||
|
"name": "HTML",
|
||
|
"description": "Learn the basics and how to code.",
|
||
|
"price": 1000,
|
||
|
"isActive": true,
|
||
|
"slots": "20",
|
||
|
"enrollees": ["507f1f77bcf86cd799439011"],
|
||
|
"datetimeCreated": "2020-03-10T15:00:00.00Z"
|
||
|
}
|
||
|
|
||
|
{
|
||
|
"_id": "507f191e810c19729de860ea",
|
||
|
"name": "CSS",
|
||
|
"description": "Let's make our application look cool!",
|
||
|
"price": 2000,
|
||
|
"isActive": false,
|
||
|
"slots": "20",
|
||
|
"enrollees": ["507f1f77bcf86cd799439011"],
|
||
|
"datetimeCreated": "2021-08-15T15:00:00.00Z"
|
||
|
}
|
||
|
|
||
|
{
|
||
|
"_id": "601ccc169bcd482ee8fa2c9a",
|
||
|
"name": "JavaScript",
|
||
|
"description": "Make websites fun and interactive!",
|
||
|
"price": 4000,
|
||
|
"isActive": true,
|
||
|
"slots": "15",
|
||
|
"enrollees": [],
|
||
|
"datetimeCreated": "2022-02-01T15:00:00.00Z"
|
||
|
}
|
||
|
|