search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Deploy in nginx or apache 13278

Asked by Anonymous
4 years ago.

Can i deploy this project in any web server instead of cloud storage.

13278 angular restaurant

Answer posted by Dan Letecky [DayPilot]
4 years ago.

The application consists of two parts:

1. The frontend part that is built using Angular will be compiled to a set of static files during build. You can deploy it to any web server that will serve

2. The backend part is written in PHP and it requires a web server that can run PHP. Both nginx and Apache will work fine.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.