Skip to content
Snippets Groups Projects
Commit 051839df authored by Sibidharan's avatar Sibidharan :speech_balloon:
Browse files

Add new file

parent 4d6676d4
No related branches found
No related tags found
No related merge requests found
### API Development Course by LAHTP
To get started, clone this repository to a proper document root. For XAMPP, this is `htdocs`. For private apache setup, its upto you how you configiure.
Right outside the document root, create a file called `env.json` and keep the contents of the file similar to the following.
```
{
"database": "apis",
"username": "root",
"password": "password",
"server": "localhost"
}
```
This will be called by the API functions to get the database connection.
This project is under development.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment