Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)