Portfolio template with CMS
476
|
A portfolio template web application with cms system to modify content easily.
docker pull ankit123618/portfolio-app:latest
docker run -p 8080:80 ankit123618/portfolio-app
Open: http://localhost:8080ā
This app may require a database for full functionality.
Use Docker Compose for complete setup:
š https://github.com/ankit123618/PortfolioCMSā
Clone repo and run locally:
git clone https://github.com/ankit123618/PortfolioCMS
cd PortfolioCMS/docker
docker compose up
access admin panel:
localhost:8080/admin/login
enter credentials: username:
ankit
password:
admin123
Pull requests are welcome. For major changes, open an issue first.
MIT License
Content type
Image
Digest
sha256:44b37de94ā¦
Size
70 MB
Last updated
5 months ago
docker pull ankit123618/portfolio-app