Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devstephen/founders

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

Last synced: 25 days 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
```