You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This documentation will give you a step by step instruction on how to set up backend on your local machine or server.
For connecting to your mysql database
In the folder named authorise Configure mysql-login.json with the information asked. The project wil start working on the mysql on your machine
{
"user":"mysql user -- -- use root for testing if nothing else works",
"password":"mysql password -- -- use root password for testing if nothing else works",
"databaseName":"database name that you gave"
}
For connecting to the map quest api
In the folder named authorise Configure api.json with the information asked. The project wil start using your api