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

https://github.com/devstephen/founders

A simple API that returns a list of founders and their companies
https://github.com/devstephen/founders

Last synced: 10 months ago
JSON representation

A simple API that returns a list of founders and their companies

Awesome Lists containing this project

README

          

## Run Locally

Clone the project

```bash
git clone https://github.com/devstephen/founders.git
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm start
```