Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nuhu-ibrahim/multi-form
- Owner: nuhu-ibrahim
- Created: 2021-03-12T09:02:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T18:56:07.000Z (almost 4 years ago)
- Last Synced: 2024-10-23T04:17:48.477Z (2 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".