Skip to content

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipes App

This is a Symfony application that uses Docker for containerization and npm for managing front-end dependencies.

Prerequisites

Before you can start the application, you need to have the following software installed on your machine:

  1. Docker - Platform for developing, shipping, and running applications in containers.
  2. Docker Compose - Tool for defining and running multi-container Docker applications.
  3. Node.js and npm - JavaScript runtime built on Chrome's V8 JavaScript engine and the package manager for Node.js, respectively.

Getting Started

Follow these instructions to get the application up and running:

1. Install Docker

Follow the instructions on the Docker installation page to install Docker on your machine.

2. Install Docker Compose

Follow the instructions on the Docker Compose installation page to install Docker Compose.

3. Install Node.js and npm

Follow the instructions on the Node.js installation page to install Node.js, which includes npm.

4. Run the shell script

Navigate to the project directory and run the provided shell script to start the application. If your system requires superuser privileges to run the script, add sudo before the following command. This script will use Docker Compose to build and run the necessary containers:

./start-app.sh

Once the containers are up and running, you can access the application in your web browser at:

http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages