| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A stack environment built using Docker Compose. It consists of the following:
Clone this repository on your local computer . Run the docker-compose up -d.
git clone https://github.com/jadilson12/docker-compose-stack
cd docker-compose-stackSetting environment
cp api/.env.example api/.env
cp docker-compose.example docker-compose.ymlInstalling dependencies
cd api ; npm install
cd ../web-app ; npm install ; cd ..Start compose
docker-compose up -dYour AdonisJs is now ready!! You can access it via http://localhost:3333.
Jadilson Guedes jadilson12@gmail.com
License MIT https://jadilson12.mit-license.org/
| Back | FazBrowse Home | New Git URL |