Skip to content

AlphaRomeoMike/angular-php-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular and PHP based Application Programming Interface

What this is?

This is a simple CRUD based API where a user can Insert, Update, Delete and Read the records.

What technologies have been used?

Backend:

I have used PHP as a backend.

Middleware:

I have used Angular JS as the middleware for this API

Frontend:

I have used Bootstrap 4 and jQuery to create the frontend of the application.

Database:

I have used MySQL for database for this API.

How do I run this app?

Step 1:

You have to download and install XAMPP/MAMP/WAMP to run this program locally.

Step 2:

Download or clone this repo in C/xampp/htdocs or where you have installed the your local deployment server (in this case, I am using XAMPP).

Step 3:

Open your browser, and go to URL localhost/phpmyadmin/index.php

Step 4:

Create a new database name it:

api

Step 5:

After createing the database, gp to import tab, choose the file front the cloned/downloaded folder and select the api.sql file and press GO to import the database

Step 6:

Go to URL localhost/api/home.html, voila, enjoy your API seamlessly.

Still want to see how it works?

Headover to https://www.youtube.com/watch?v=7DOL7LJsjZw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages