Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brionmario/identity-integrations-marketplace-mock-server
Hosts templates for a mock server that replicates the functionalities of an identity integrations marketplace.
https://github.com/brionmario/identity-integrations-marketplace-mock-server
Last synced: about 5 hours ago
JSON representation
Hosts templates for a mock server that replicates the functionalities of an identity integrations marketplace.
- Host: GitHub
- URL: https://github.com/brionmario/identity-integrations-marketplace-mock-server
- Owner: brionmario
- License: mit
- Created: 2024-03-21T05:24:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T05:35:31.000Z (8 months ago)
- Last Synced: 2024-03-21T06:31:59.492Z (8 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Identity Integrations Marketplace Mock Server
Hosts templates for a mock server that replicates the functionalities of an identity integrations marketplace.
## Prerequisites
- Node.js
- pnpm## Installation
First, install [Node.js](https://nodejs.org/) and [pnpm](https://pnpm.io/).
Then, clone the repository and install the dependencies:
```bash
git clone https://github.com/brionmario/identity-integrations-marketplace-mock-server.git
cd identity-integrations-marketplace-mock-server
pnpm install
```## Running the Server
To start the server, run:
```bash
pnpm run dev
```The server will start on port 3000, and you can access it at `http://localhost:3000`.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)