This project is a mock API for the Search API of Radar. It uses json-server and faker.js to generate fake data.
- Clone the repository:
git clone https://github.com/Christian-Garrison/mock-radar-api.git
- Navigate to the project directory:
cd project-directory
- Install the dependencies:
yarn install
- Add Radar API key to
.env
file (see example)
- Generate the fake data:
yarn generate
- Start the JSON server:
yarn start
- The server will be running on
http://localhost:3001
Contributions are welcome! Please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License.