Skip to content

PoC of using ContentStack as a headless CMS for a personal portfolio website

License

Notifications You must be signed in to change notification settings

comandrei/portfolio-contentstack-poc

Repository files navigation

portfolio-poc

This repository houses a POC - a simple portfolio website for a developer. It users ContentStack's Python SDK to retrieve dynamic content from the CMS.

Local setup

Please have Docker installed locally (Docker for Mac)

cp .env.sample .env
# Add your ContentStack API crendentials
docker-compose up
docker-compose run web python manage.py migrate

At http://localhost:8000 you will have a working version of the application

About

PoC of using ContentStack as a headless CMS for a personal portfolio website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published