It is the API for the Store Locator project.
- Framework: Express JS
- Database: MongoDB Atlas
- Either fork or download the project and open the folder in the CLI.
- Run
npm install
to install all the dependecies. - Start the server using the
npm start
command. The API will be served at http://localhost:3000/
This API has been deployed at heroku, and integrated with the Starbucks Store Locator app. if you want to run the api on a local server and test it in the Starbucks Store Locator app, then change the url of the API in the app to http://localhost:3000/ .