Skip to content

benarso/angular-strapi-infrastructure

Repository files navigation

angular-strapi-infrastructure

This is a complete cross-platform development environment for running Docker containers inside a Vagrant box.

This project is running a Strapi.io backend with MongoDb and my angular-cleaner-architecture frontend projet.

The Strapi.io (https://github.com/benarso/strapi-app) and Angular project (https://github.com/benarso/angular-cleaner-architecture) are linked to this projet using git submodule feature.

Download and install Vagrant at https://www.vagrantup.com/downloads.html

git clone [email protected]:benarso/angular-strapi-infrastructure.git angular-strapi-infrastructure && cd angular-strapi-infrastructure
git submodule init && git submodule update
git submodule foreach npm install
vagrant up

Building the vm and containers for the first time can take a while. Go make some coffee...

Once everything is started, open your browser at http://localhost:1337/admin to access the Strapi.io admin panel

Angular app instructions are Coming Soon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published