Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuhu-ibrahim/multi-form

Handling multi-forms using Vanilla OOP Javascript and PHP
https://github.com/nuhu-ibrahim/multi-form

Last synced: 24 days ago
JSON representation

Handling multi-forms using Vanilla OOP Javascript and PHP

Awesome Lists containing this project

README

        

# Multi-forms Handling Using Vanilla JavaScript and PHP
## Exectuting the Application
### Install all Packages Using Composer
To do this run the code below:
```
composer install
```
### Executing the Applcation
You can run this application by first navigating into the root directory, i.e. MULTI-FORM, and then executing the command below:
```
php -S localhost:
```
The PORT can be any of your choice.
## The Database
A text file is used as database for the purpose of this exercise, it is stored in the storage folder and named "contacts.txt".