Skip to content
Snippets Groups Projects
data.json 923 B
Newer Older
  • Learn to ignore specific revisions
  • {
        "projects": [
            {
    
                "project_id": 0,
                "techniques": "techniques",
                "desc": "description",
                "img_url": "img_url",
                "url": "url"
            },
            {
                "title": "MyProject",
                "project_id": 1,
                "techniques": [
                    "python",
                    "css",
                    "html",
                    "flask"
                ],
                "desc": "It's great!",
                "img_url": "logo.jpg",
                "url": "https://www.github.com/"
    
            },
            {
                "title": "MySecondProject",
                "project_id": 2,
                "techniques": [
                    "python",
                    "html",
                    "css"
                ],
                "desc": "This is a python project!",
                "img_url": "logo.png",
                "url": "https://www.github.com"