This repository contains a comprehensive guide on integrating Angular 4 with a PHP backend for a Hall Management System. Please follow the steps below to set up the project, set up a database connection, and seamlessly connect the frontend and backend.
- Ensure Node.js and npm are installed on your system.
- Set Node.js as an environment variable.
- Install Angular 4 CLI globally and verify the installation
$ npm install -g @angular/cli
$ ng -v
- Go inside the repository and run the below command to install all the packages
$ npm install
- Make sure the database is up and running and the database dump file is imported to your database.
- Make sure to put the API code inside the
XAMPP
webapps directory.