* strapi / strapi 

https://github.com/strapi/strapi - 27.7k

    - v3.1.1 , 2020/07

    - 백엔드(Backend)만 있씀

https://strapi.io/documentation/



* 설치

yarn create strapi-app my-project --quickstart



* 설정 파일

    - config/server.js

 

* 컨텐츠 설정

    http://localhost:1337/admin

 

    - PLUGINS

        - Content-Types Builder

            - Create new collection type 선택

                Display name : Article

            - 위에서 만든 Article 선택 -> 새 필드 추가

                - title : 텍스트

                - content : 서식있는 텍스트

        

* 컨텐츠 추가

    COLLECTION TYPES

        Articles -> Article 항목 추가

 

* 권한 설정

    PLUGINS 

        - 역할(roles) & 권한(permissions)

            - Public -> find 체크 -> 저장

 

* 확인

http://localhost:1337/articles

    - 결과값으로 json 데이터 나오면 정상



//---------------------------------------------

< frontend framework 추천 > 

    - 프론트엔드 프레임워크

 

* Vue - Quasar

https://quasar.dev/

 

quasarframework / quasar

https://github.com/quasarframework/quasar - 15.6k

    - v1.12.13 , 2020/07




* React - Gatsby

gatsbyjs / gatsby

https://github.com/gatsbyjs/gatsby - 46k

    - v2.24.12 , 2020/07



 

    

//--------------------------------

// 참고만

 

* Ruby - Jekyll

jekyll / jekyll

https://github.com/jekyll/jekyll - 40.9k

    - v4.1.1 , 2020/06



* Go - Hugo

gohugoio / hugo

https://github.com/gohugoio/hugo - 45.7k

    - v0.74.3 , 2020/07




반응형
Posted by codens