Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Added our contact
- Updated the installation Steps
  • Loading branch information
santydesignscr committed Jan 25, 2023
1 parent f66ace3 commit 6b51798
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,18 @@ The projects includes the Postman API documentation

_How to install._

1. Navigate to backend/inc/config.php
2. Edit the credentials
1. Upload and extract To Install/Notes App.zip
2. Navigate to backend/inc/config.php
3. Edit the credentials
```php
$dbHost = "<DATABASE-HOST>";
$dbUser = "<DATABASE-USERNAME>";
$dbPass = "<DATABASE-PASSWORD>";
$dbName = "<DATABASE-NAME>";
```

3. Upload synote.sql to your database
4. Save and open the url in your browser
4. Upload To Install/database.sql to your database
5. Save and open the url in your browser

<p align="right">(<a href="#top">back to top</a>)</p>

Expand Down Expand Up @@ -122,6 +123,8 @@ Distributed under the MIT License.
<!-- CONTACT -->
## Contact
Michael Arawole - [@MichaelArawole](https://twitter.com/michaelarawole) - mycodemichael@gmail.com
Santiago Rodriguez - [@Santy Designs](https://santydesigns.com/contact) - santiago@santydesigns.com


<p align="right">(<a href="#top">back to top</a>)</p>

Expand Down

0 comments on commit 6b51798

Please sign in to comment.