Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
A simple API that returns a list of founders and their companies
- Host: GitHub
- URL: https://github.com/devstephen/founders
- Owner: devstephen
- Created: 2024-11-29T21:26:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:33:57.000Z (about 1 month ago)
- Last Synced: 2024-11-29T22:29:06.511Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```