A community-owned REST API service for testers and developers. JSON Hub provides REST API endpoints for different types of placeholders, which can be easily used during testing and development without the need for creating sample data manually.
Click here to use json-hub!
- Technology Stack
- Installation
- Code linting and formatting
- Testing
- Documentation
- Help & support
- Contribution
- Contributors
- License
- Open Source Events
- NodeJS
- Express
- Typescript
- CI/CD
- Fork and clone the project
cd json-hub/
and runnpm install
to install dependencies- Run
npm run dev
to run the project in development
Json-hub uses Prettier + Eslint for code listing and formatting. To check if your code follows the guidelines, run npm run lint
Note : The project uses Husky, a pre-commit GIT hook which checks if the code follows linting guidelines before commiting. This helps prevent unwanted linting errors in the pipelines.
- To test the endpoints provided by the application, tools such as postman can be used
To understand the aim, scope and technologies used in the project, please see the documentation
If you are stuck somewhere or do not understand what to do, feel free to reach out to mentors/ admin in the Gitter community channel.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please refer the contribution guideline before making any contribution.
This project is licensed under the GPL V3 License - see the LICENSE.md file for details